Skip to content

pburgmer/angular-material-theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular Material Theme for theCodeCampus

This repository contains a theme for Angular Material with the styling and colors of theCodeCampus.

Installation

  • 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();
    

About

theCodeCampus Angular Material Theme

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 100.0%