Skip to content

Commit 002432a

Browse files
committed
⬆️ upgrade to angular 9
1 parent 5c556cb commit 002432a

File tree

5 files changed

+9641
-6843
lines changed

5 files changed

+9641
-6843
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": [
2727
"src/favicon.ico",
2828
"src/assets"
@@ -46,7 +46,6 @@
4646
"sourceMap": false,
4747
"extractCss": true,
4848
"namedChunks": false,
49-
"aot": true,
5049
"extractLicenses": true,
5150
"vendorChunk": false,
5251
"buildOptimizer": true,

0 commit comments

Comments
 (0)