refactor: clear the stock app component

This commit is contained in:
2024-02-09 03:27:40 +03:00
parent bcc95c0f35
commit 19338b0132
5 changed files with 4 additions and 371 deletions

View File

@ -5,9 +5,6 @@ import { RouterOutlet } from '@angular/router';
selector: 'app-root',
standalone: true,
imports: [RouterOutlet],
templateUrl: './app.component.html',
styleUrl: './app.component.css'
template: `<router-outlet/>`
})
export class AppComponent {
title = 'Frontend';
}
export class AppComponent {}