Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.

hoepel-app/angular-common

Repository files navigation

Common Angular components for hoepel.app

codecov Build Status

Demo

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