This repository contains a theme for Angular Material with the styling and colors of theCodeCampus.
- Install Angular Material and it's peer dependencies as described on material.angular.io
- Skip including a prebuild theme
- Install theme via npm
npm install @theCodeCampus/angular-material-theme - Add following code to your global style.scss
@import '~@thecodecampus/angular-material-theme/src/styling/theme'; @include tcc-angular-material-theme();