ngx-bmc
v0.0.69
Published
1. `npm install --save ngx-basic-material-components` 2. Add `@import 'ngx-basic-material-components/styles/styles.scss';` to `styles.scss` 3. Import `<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,600&display=swap" rel="stylesheet
Downloads
94
Readme
NgxBmc
npm install --save ngx-basic-material-components
- Add
@import 'ngx-basic-material-components/styles/styles.scss';
tostyles.scss
- Import
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,600&display=swap" rel="stylesheet">
to<head>
tag inindex.html
- Add
<bmc-toast></bmc-toast><bmc-loading></bmc-loading>
in the end of root component (app.component.html
propably).