-
-
Notifications
You must be signed in to change notification settings - Fork 1
4. Angular Components
Max Geller edited this page Oct 5, 2024
·
2 revisions
This project is built using Angular 18 and themed using Angular Material 18 and Material Design 3 specifications.
The theme files for components, pages, and layouts are located in the src/styles/themes
directory. The theme files are organized by feature area and are named using the feature area name.
The components are organized by feature area and are located in the src/app/features
directory. The components are named using the feature area name and the component name.
The pages are organized by feature area and are located in the src/app/pages
directory. The pages are named using the feature area name and the page name.