This repository has been archived on 2026-02-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
TheDreWen 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
2026-02-03 11:03:50 +01:00
2026-02-03 11:03:50 +01:00

my-first-angular-app

I'm learning Angular to improve myself and be able to use it in my job.

Description
I'm learning Angular to improve myself and be able to use it in my job.
Readme GPL-3.0 133 KiB
Languages
TypeScript 75.5%
HTML 18.7%
CSS 5.8%