Skip to content

Commit

Permalink
Update example apps
Browse files Browse the repository at this point in the history
  • Loading branch information
dioslaska committed Nov 28, 2019
1 parent cd0f74f commit c964030
Show file tree
Hide file tree
Showing 9 changed files with 2,724 additions and 1,309 deletions.
5 changes: 5 additions & 0 deletions examples/angular/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"aot": true,
"outputPath": "dist/angular",
"index": "src/index.html",
"main": "src/main.ts",
Expand Down Expand Up @@ -53,6 +54,10 @@
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
]
}
Expand Down
Loading

0 comments on commit c964030

Please sign in to comment.