@hoepel.app/angular-common
v1.2.2
Published
[![codecov](https://codecov.io/gh/hoepel-app/angular-common/branch/master/graph/badge.svg)](https://codecov.io/gh/hoepel-app/angular-common) [![Build Status](https://travis-ci.org/hoepel-app/angular-common.svg?branch=master)](https://travis-ci.org/hoepel-
Downloads
4
Readme
Common Angular components for hoepel.app
Usage
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
Development
(see development brief)
npm run serve:demo