This commit is contained in:
parent
9c03c4b3db
commit
6ca4eab7dd
2 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
"@nguniversal/express-engine": "^9.1.0",
|
||||
"bootstrap": "^4.4.1",
|
||||
"express": "^4.15.2",
|
||||
"roboto-fontface": "^0.10.0",
|
||||
"rxjs": "~6.5.4",
|
||||
"tslib": "^1.10.0",
|
||||
"zone.js": "~0.10.2"
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
@import "~bootstrap/scss/utilities";
|
||||
@import "~bootstrap/scss/bootstrap-grid";
|
||||
@import "~@fortawesome/fontawesome-free/css/all.css";
|
||||
@import "~roboto-fontface/css/roboto/roboto-fontface.css";
|
||||
|
||||
@import '~@angular/material/theming';
|
||||
|
||||
|
|
Reference in a new issue