Skip to content

Commit 43a66f2

Browse files
committed
upgrade to Angular 9
1 parent a06a5b3 commit 43a66f2

File tree

5 files changed

+9552
-5553
lines changed

5 files changed

+9552
-5553
lines changed

angular.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"build": {
1212
"builder": "@angular-devkit/build-angular:browser",
1313
"options": {
14+
"aot": true,
1415
"outputPath": "dist",
1516
"index": "src/index.html",
1617
"main": "src/main.ts",
@@ -28,6 +29,12 @@
2829
},
2930
"configurations": {
3031
"production": {
32+
"budgets": [
33+
{
34+
"type": "anyComponentStyle",
35+
"maximumWarning": "6kb"
36+
}
37+
],
3138
"optimization": true,
3239
"outputHashing": "all",
3340
"sourceMap": false,
@@ -131,10 +138,13 @@
131138
"schematics": {
132139
"@schematics/angular:component": {
133140
"prefix": "",
134-
"styleext": "css"
141+
"style": "css"
135142
},
136143
"@schematics/angular:directive": {
137144
"prefix": ""
138145
}
146+
},
147+
"cli": {
148+
"analytics": "55efd9b2-8578-4da2-aa7b-dc2f6abb6283"
139149
}
140150
}

0 commit comments

Comments
 (0)