From 6940a174093db98a87eaeb7c3e6a185bc3fbf982 Mon Sep 17 00:00:00 2001 From: Igor Propisnov Date: Thu, 14 Mar 2024 20:34:36 +0100 Subject: [PATCH] remove unused code --- frontend/src/app/app.component.html | 345 +--------------------------- frontend/src/app/app.component.ts | 2 +- 2 files changed, 2 insertions(+), 345 deletions(-) diff --git a/frontend/src/app/app.component.html b/frontend/src/app/app.component.html index fbce13f..f3e333e 100644 --- a/frontend/src/app/app.component.html +++ b/frontend/src/app/app.component.html @@ -1,344 +1 @@ - - - - - - - - - - - -
-
-
- -

Hello, {{ title }}

-

Congratulations! Your app is running. 🎉

-
- -
-
- @for ( - item of [ - { title: 'Explore the Docs', link: 'https://angular.dev' }, - { - title: 'Learn with Tutorials', - link: 'https://angular.dev/tutorials' - }, - { title: 'CLI Docs', link: 'https://angular.dev/tools/cli' }, - { - title: 'Angular Language Service', - link: 'https://angular.dev/tools/language-service' - }, - { - title: 'Angular DevTools', - link: 'https://angular.dev/tools/devtools' - } - ]; - track item.title - ) { - - {{ item.title }} - - - - - } -
- -
-
-
- - - - - - - - - - +

Hello World

diff --git a/frontend/src/app/app.component.ts b/frontend/src/app/app.component.ts index 7c4bc5b..1a05f17 100644 --- a/frontend/src/app/app.component.ts +++ b/frontend/src/app/app.component.ts @@ -9,5 +9,5 @@ import { RouterOutlet } from '@angular/router'; styleUrl: './app.component.scss', }) export class AppComponent { - title = 'frontend'; + }