3 Commits

Author SHA1 Message Date
8fbec3fa91 feat: add routing and basic pages for Home and About 2026-02-03 11:30:01 +01:00
1dd564119e feat: initialize Angular application with basic structure and configuration
- Add app configuration in app.config.ts
- Create main application component with routing support
- Implement basic HTML structure in app.html
- Add global styles and Tailwind CSS integration
- Set up routing with an empty routes array
- Create unit tests for the app component
- Add TypeScript configuration files for the application and tests
- Include index.html as the entry point for the application
- Bootstrap the application in main.ts
2026-02-03 11:04:52 +01:00
b27c9a1e2f Initial commit 2026-02-03 11:03:50 +01:00