Skip to content

Commit e6dfcba

Browse files
committed
Finish to run ng update to 12
1 parent 8078ba8 commit e6dfcba

File tree

7 files changed

+10293
-16523
lines changed

7 files changed

+10293
-16523
lines changed

angular.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,14 @@
2323
"styles": [
2424
"demo/styles.css"
2525
],
26-
"scripts": []
26+
"scripts": [],
27+
"aot": false,
28+
"vendorChunk": true,
29+
"extractLicenses": false,
30+
"buildOptimizer": false,
31+
"sourceMap": true,
32+
"optimization": false,
33+
"namedChunks": true
2734
},
2835
"configurations": {
2936
"production": {
@@ -42,7 +49,8 @@
4249
}
4350
]
4451
}
45-
}
52+
},
53+
"defaultConfiguration": ""
4654
},
4755
"serve": {
4856
"builder": "@angular-devkit/build-angular:dev-server",

demo/polyfills.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ import 'core-js/es/reflect';
7070
/***************************************************************************************************
7171
* Zone JS is required by default for Angular itself.
7272
*/
73-
import 'zone.js/dist/zone'; // Included with Angular CLI.
73+
import 'zone.js'; // Included with Angular CLI.
7474

7575

7676

0 commit comments

Comments
 (0)