Skip to content

Commit f30e03f

Browse files
committed
update ang core to 18
1 parent 5172561 commit f30e03f

5 files changed

Lines changed: 1556 additions & 1403 deletions

File tree

2-Authorization/2-call-api-angular/SPA/angular.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,15 @@
1111
"prefix": "app",
1212
"architect": {
1313
"build": {
14-
"builder": "@angular-devkit/build-angular:browser",
14+
"builder": "@angular-devkit/build-angular:application",
1515
"options": {
16-
"outputPath": "dist/spa",
16+
"outputPath": {
17+
"base": "dist/spa"
18+
},
1719
"index": "src/index.html",
18-
"main": "src/main.ts",
19-
"polyfills": "src/polyfills.ts",
20+
"polyfills": [
21+
"src/polyfills.ts"
22+
],
2023
"tsConfig": "tsconfig.app.json",
2124
"assets": [
2225
"src/favicon.svg",
@@ -26,7 +29,8 @@
2629
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
2730
"src/styles.css"
2831
],
29-
"scripts": []
32+
"scripts": [],
33+
"browser": "src/main.ts"
3034
},
3135
"configurations": {
3236
"production": {
@@ -51,9 +55,7 @@
5155
"outputHashing": "all"
5256
},
5357
"development": {
54-
"buildOptimizer": false,
5558
"optimization": false,
56-
"vendorChunk": true,
5759
"extractLicenses": false,
5860
"sourceMap": true,
5961
"namedChunks": true

0 commit comments

Comments
 (0)