add customer angular gui skeleton

This commit is contained in:
2019-07-08 18:03:47 +02:00
committed by Roland Schneider
parent 5922ce776d
commit 25845cc006
76 changed files with 1044 additions and 38 deletions

View File

@@ -28,9 +28,11 @@
"src/assets"
],
"styles": [
"./node_modules/bootstrap/dist/css/bootstrap.min.css",
"src/styles.scss"
],
"scripts": []
"scripts": [
]
},
"configurations": {
"production": {
@@ -121,4 +123,4 @@
}
}},
"defaultProject": "app"
}
}