Use Tailwind and add a navbar and example component using router

This commit is contained in:
2025-01-23 11:20:23 +01:00
parent 7ee4571dc4
commit db63f46f5d
15 changed files with 693 additions and 358 deletions

View File

@ -18,7 +18,10 @@
"@angular/platform-browser": "^19.1.0",
"@angular/platform-browser-dynamic": "^19.1.0",
"@angular/router": "^19.1.0",
"@tailwindcss/postcss": "^4.0.0",
"postcss": "^8.5.1",
"rxjs": "~7.8.0",
"tailwindcss": "^4.0.0",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
},