Repository is not clean. Please commit or stash any changes before updating.
This commit is contained in:
parent
aac0ae7544
commit
4b8edc6552
20 changed files with 23868 additions and 1181 deletions
|
|
@ -28,7 +28,9 @@
|
|||
"src/assets"
|
||||
],
|
||||
"styles": [
|
||||
"src/styles.scss"
|
||||
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
|
||||
"src/styles.scss",
|
||||
"node_modules/bootstrap/scss/bootstrap.scss"
|
||||
],
|
||||
"scripts": []
|
||||
},
|
||||
|
|
@ -91,6 +93,7 @@
|
|||
"src/assets"
|
||||
],
|
||||
"styles": [
|
||||
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
|
||||
"src/styles.scss"
|
||||
],
|
||||
"scripts": []
|
||||
|
|
|
|||
Reference in a new issue