Skip to content

Commit

Permalink
Update to NG 9
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Nov 11, 2019
1 parent 6e1a083 commit 80e9c71
Show file tree
Hide file tree
Showing 46 changed files with 14,686 additions and 230 deletions.
7 changes: 6 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"aot": true,
"outputPath": "dist/primeng",
"index": "src/index.html",
"main": "src/main.ts",
Expand Down Expand Up @@ -65,7 +66,11 @@
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
}
},
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
]
}
}
Expand Down
Loading

0 comments on commit 80e9c71

Please sign in to comment.