Angular + CssModules
This project was created to demonstrate how to use CSS Module in an Angular application.
Live Demo
Check out the live demo: https://angular-css-modules.herokuapp.com/
Article
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/
Development server
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/.
Build
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.