From 08d4d0bcccc21350648cbd66228d253d65e4e5f3 Mon Sep 17 00:00:00 2001 From: Roland Schneider Date: Thu, 6 Nov 2025 17:44:01 +0100 Subject: [PATCH] add admin project --- admin/src/app/app.component.html | 336 +------------------------------ 1 file changed, 1 insertion(+), 335 deletions(-) diff --git a/admin/src/app/app.component.html b/admin/src/app/app.component.html index 36093e1..b2ab9fe 100644 --- a/admin/src/app/app.component.html +++ b/admin/src/app/app.component.html @@ -1,336 +1,2 @@ - - - - - - - - - - - -
-
-
- -

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

admin