Skip to content

Commit

Permalink
upgrade to angular 7
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika committed Oct 21, 2018
1 parent 8842a16 commit 2114b32
Show file tree
Hide file tree
Showing 7 changed files with 2,383 additions and 1,912 deletions.
16 changes: 8 additions & 8 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": 1,
"newProjectRoot": "projects",
"projects": {
"core": {
"app": {
"root": "",
"sourceRoot": "src",
"projectType": "application",
Expand All @@ -13,7 +13,7 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "dist/core",
"outputPath": "dist/app",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
Expand Down Expand Up @@ -63,18 +63,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "core:build"
"browserTarget": "app:build"
},
"configurations": {
"production": {
"browserTarget": "core:build:production"
"browserTarget": "app:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "core:build"
"browserTarget": "app:build"
}
},
"test": {
Expand Down Expand Up @@ -103,15 +103,15 @@
}
}
},
"core-e2e": {
"app-e2e": {
"root": "e2e/",
"projectType": "application",
"architect": {
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
"options": {
"protractorConfig": "e2e/protractor.conf.js",
"devServerTarget": "core:serve"
"devServerTarget": "app:serve"
}
},
"lint": {
Expand Down Expand Up @@ -162,5 +162,5 @@
}
}
},
"defaultProject": "core"
"defaultProject": "app"
}
Loading

0 comments on commit 2114b32

Please sign in to comment.