From 9d74bb46106ff49621faf2a1ccd9dbd8401597c3 Mon Sep 17 00:00:00 2001 From: "DESKTOP-P9VU163\\admin" Date: Tue, 17 Jun 2025 15:22:26 +0300 Subject: [PATCH] new value --- src/app/app.html | 336 ----------------------------------------------- 1 file changed, 336 deletions(-) delete mode 100644 src/app/app.html diff --git a/src/app/app.html b/src/app/app.html deleted file mode 100644 index 36093e1..0000000 --- a/src/app/app.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - - - - - - - -
-
-
- -

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 }} - - - - - } -
- -
-
-
- - - - - - - - - - -