This project was created to demonstrate how to use CSS Module in an Angular application.
Check out the live demo: https://angular-css-modules.herokuapp.com/
If you would like to see the step by step of how to use CSS Module in an Angular application
I recommend you to read my article: https://indepth.dev/angular-css-modules/
Run the project with CSS Modules:
npm run start:app
Run the project without CSS Modules:
npm run start:app:plain
Navigate to http://localhost:4200/
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.