Skip to content

4. Angular Components

Max Geller edited this page Oct 5, 2024 · 2 revisions

Angular Components

This project is built using Angular 18 and themed using Angular Material 18 and Material Design 3 specifications.

Theming

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.

Components

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.

Pages

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.

Clone this wiki locally