Skip to content

Commit a296591

Browse files
Update to Angular 9
1 parent 2702485 commit a296591

File tree

7 files changed

+2266
-776
lines changed

7 files changed

+2266
-776
lines changed

angular.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"build": {
1414
"builder": "@angular-devkit/build-angular:browser",
1515
"options": {
16+
"aot": true,
1617
"outputPath": "dist/sample-auth-guards",
1718
"index": "src/index.html",
1819
"main": "src/main.ts",
@@ -30,6 +31,12 @@
3031
},
3132
"configurations": {
3233
"production": {
34+
"budgets": [
35+
{
36+
"type": "anyComponentStyle",
37+
"maximumWarning": "6kb"
38+
}
39+
],
3340
"fileReplacements": [
3441
{
3542
"replace": "src/environments/environment.ts",
@@ -125,5 +132,8 @@
125132
}
126133
}
127134
},
128-
"defaultProject": "sample-auth-guards"
129-
}
135+
"defaultProject": "sample-auth-guards",
136+
"cli": {
137+
"analytics": false
138+
}
139+
}

0 commit comments

Comments
 (0)