Angular 8 update

This commit is contained in:
Cameron
2019-09-19 22:19:47 +00:00
parent 1ef5954842
commit 6d92dc4565
3 changed files with 5729 additions and 3346 deletions

View File

@@ -9,7 +9,7 @@
"projectType": "application",
"prefix": "app",
"schematics": {},
"targets": {
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
@@ -98,7 +98,7 @@
"TestWebsite-e2e": {
"root": "e2e/",
"projectType": "application",
"targets": {
"architect": {
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
"options": {
@@ -124,4 +124,4 @@
}
},
"defaultProject": "TestWebsite"
}
}