Skip to content

Commit 53d2c96

Browse files
committed
update to angular 9
1 parent 3fe9cf7 commit 53d2c96

File tree

4 files changed

+4390
-1692
lines changed

4 files changed

+4390
-1692
lines changed

angular.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"main": "src/main.ts",
2323
"polyfills": "src/polyfills.ts",
2424
"tsConfig": "tsconfig.app.json",
25-
"aot": false,
25+
"aot": true,
2626
"assets": ["src/favicon.ico", "src/assets"],
2727
"styles": ["src/styles.scss"],
2828
"scripts": []
@@ -40,7 +40,6 @@
4040
"sourceMap": false,
4141
"extractCss": true,
4242
"namedChunks": false,
43-
"aot": true,
4443
"extractLicenses": true,
4544
"vendorChunk": false,
4645
"buildOptimizer": true,

0 commit comments

Comments
 (0)