Skip to content

Commit

Permalink
upgrade to angular 13
Browse files Browse the repository at this point in the history
  • Loading branch information
canbax committed Dec 18, 2021
1 parent 718a302 commit 9c0fc95
Show file tree
Hide file tree
Showing 4 changed files with 19,070 additions and 9,011 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ testem.log
# System Files
.DS_Store
Thumbs.db

.angular/**
29 changes: 20 additions & 9 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
"projects": {
"hasap": {
"projectType": "application",
"schematics": {},
"schematics": {
"@schematics/angular:application": {
"strict": true
}
},
"root": "",
"sourceRoot": "src",
"prefix": "app",
Expand Down Expand Up @@ -61,19 +65,28 @@
],
"serviceWorker": true,
"ngswConfigPath": "ngsw-config.json"
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
}
}
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "hasap:build"
},
"configurations": {
"production": {
"browserTarget": "hasap:build:production"
},
"development": {
"browserTarget": "hasap:build:development"
}
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
Expand Down Expand Up @@ -108,9 +121,7 @@
"tsconfig.spec.json",
"e2e/tsconfig.json"
],
"exclude": [
"**/node_modules/**"
]
"exclude": ["**/node_modules/**"]
}
},
"e2e": {
Expand All @@ -136,4 +147,4 @@
"cli": {
"analytics": "be52f3a5-601b-4520-87da-b01b2b0f3ec9"
}
}
}
Loading

0 comments on commit 9c0fc95

Please sign in to comment.