npm i @hoepel.app/angular-common
You will need to install peerDepencies
yourself.
Include the theme (in your global styles.scss
):
@import '[email protected]/angular-common/theme';
@include hoepel-angular-common-theme($theme); // where $theme is your Angular Material theme
(see development brief)
npm run serve:demo