Skip to content

Commit

Permalink
Merge pull request #43 from Goosly/angular_upgrade
Browse files Browse the repository at this point in the history
Angular upgrade
  • Loading branch information
Goosly authored Dec 22, 2023
2 parents bbe4160 + 30e8595 commit 050ded3
Show file tree
Hide file tree
Showing 14 changed files with 19,904 additions and 18,882 deletions.
10 changes: 5 additions & 5 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"outputPath": "dist/demo",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"polyfills": ["zone.js"],
"tsConfig": "src/tsconfig.app.json",
"assets": [
"src/favicon.ico",
Expand Down Expand Up @@ -63,21 +63,21 @@
"defaultConfiguration": "development",
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "demo:build"
"buildTarget": "demo:build"
},
"configurations": {
"development": {
"browserTarget": "demo:build:development"
"buildTarget": "demo:build:development"
},
"production": {
"browserTarget": "demo:build:production"
"buildTarget": "demo:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "demo:build"
"buildTarget": "demo:build"
}
},
"lint": {
Expand Down
Loading

0 comments on commit 050ded3

Please sign in to comment.