This project was generated with Angular CLI version 18.0.1.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.
[9:15:40] gigasofware_developer:my-app git:(main) $ ng generate @angular/material:m3-theme
? What HEX color should be used to generate the M3 theme? It will represent your primary color palette. (ex. #ffffff) #ff9800
? What HEX color should be used represent the secondary color palette? (Leave blank to use generated colors from Material) #36a28e
? What HEX color should be used represent the tertiary color palette? (Leave blank to use generated colors from Material) #2a4e8b
? What HEX color should be used represent the neutral color palette? (Leave blank to use generated colors from Material) #8c90a6
? What is the directory you want to place the generated theme file in? (Enter the relative path such as 'src/app/styles/' or leave blank to generate at your project root)
? Do you want to use system-level variables in the theme? System-level variables make dynamic theming easier through CSS custom properties, but increase the bundle size. Yes
? Choose light, dark, or both to generate the corresponding themes both
CREATE m3-theme.scss (2808 bytes)