From 1d46022ec65597c46f27788eae520f36f0bb0324 Mon Sep 17 00:00:00 2001 From: sowgro Date: Sun, 23 Feb 2025 14:28:50 -0500 Subject: Initialize angular project --- ufund-ui/src/app/app.component.html | 336 ++++++++++++++++++++++++++++++++++++ 1 file changed, 336 insertions(+) create mode 100644 ufund-ui/src/app/app.component.html (limited to 'ufund-ui/src/app/app.component.html') diff --git a/ufund-ui/src/app/app.component.html b/ufund-ui/src/app/app.component.html new file mode 100644 index 0000000..36093e1 --- /dev/null +++ b/ufund-ui/src/app/app.component.html @@ -0,0 +1,336 @@ + + + + + + + + + + + +
+
+
+ +

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 }} + + + + + } +
+ +
+
+
+ + + + + + + + + + + -- cgit v1.2.3