Skip to content

Commit c964030

Browse files
committed
Update example apps
1 parent cd0f74f commit c964030

File tree

9 files changed

+2724
-1309
lines changed

9 files changed

+2724
-1309
lines changed

examples/angular/angular.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"build": {
1818
"builder": "@angular-devkit/build-angular:browser",
1919
"options": {
20+
"aot": true,
2021
"outputPath": "dist/angular",
2122
"index": "src/index.html",
2223
"main": "src/main.ts",
@@ -53,6 +54,10 @@
5354
"type": "initial",
5455
"maximumWarning": "2mb",
5556
"maximumError": "5mb"
57+
},
58+
{
59+
"type": "anyComponentStyle",
60+
"maximumWarning": "6kb"
5661
}
5762
]
5863
}

0 commit comments

Comments
 (0)