Base view

This commit is contained in:
2022-11-29 19:21:24 +01:00
parent 7fb5badf30
commit 48bd1e93a4
23 changed files with 4443 additions and 3901 deletions

View File

@@ -28,9 +28,11 @@
"src/assets"
],
"styles": [
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
"src/styles.scss"
],
"scripts": []
"scripts": [],
"allowedCommonJsDependencies": [ "moment" ]
},
"configurations": {
"production": {
@@ -96,6 +98,7 @@
"src/assets"
],
"styles": [
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
"src/styles.scss"
],
"scripts": []
@@ -103,5 +106,8 @@
}
}
}
},
"cli": {
"analytics": "9583f9e0-88e2-44e8-bc34-c8c6a9fddedd"
}
}