-
-
-
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: 'Prompt and best practices for AI', link: 'https://angular.dev/ai/develop-with-ai'},
- { 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 }}
-
-
- }
-
-
-
+
+
+
InfiniMotion
+
+ Absolut war gestern, Bewegung ist heute!
+
-
-
-
-
-
-
-
-
-
-
+
diff --git a/src/app/app.ts b/src/app/app.ts
index 2e49980..552d463 100644
--- a/src/app/app.ts
+++ b/src/app/app.ts
@@ -4,7 +4,7 @@ import { Component, signal } from '@angular/core';
selector: 'app-root',
templateUrl: './app.html',
standalone: false,
- styleUrl: './app.scss'
+ styleUrl: './app.css'
})
export class App {
protected readonly title = signal('infinifront');
diff --git a/src/styles.scss b/src/styles.css
similarity index 78%
rename from src/styles.scss
rename to src/styles.css
index 90d4ee0..680483d 100644
--- a/src/styles.scss
+++ b/src/styles.css
@@ -1 +1,2 @@
/* You can add global styles to this file, and also import other style files */
+@import "tailwindcss"