Skip to content

Commit 72f1a9f

Browse files
committed
chore(upgrade): upgrade to Angular 9
1 parent cd8eae0 commit 72f1a9f

5 files changed

Lines changed: 2856 additions & 879 deletions

File tree

angular.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@
1515
"tsConfig": "projects/ng-sortgrid/tsconfig.lib.json",
1616
"project": "projects/ng-sortgrid/ng-package.json"
1717
}
18-
},
18+
, "configurations": {
19+
"production": {
20+
"tsConfig": "projects/ng-sortgrid/tsconfig.lib.prod.json"
21+
}
22+
}
23+
},
1924
"test": {
2025
"builder": "@angular-devkit/build-angular:karma",
2126
"options": {
@@ -48,6 +53,7 @@
4853
"build": {
4954
"builder": "@angular-devkit/build-angular:browser",
5055
"options": {
56+
"aot": true,
5157
"outputPath": "dist/ng-sortgrid-demo",
5258
"index": "projects/ng-sortgrid-demo/src/index.html",
5359
"main": "projects/ng-sortgrid-demo/src/main.ts",
@@ -87,6 +93,10 @@
8793
"type": "initial",
8894
"maximumWarning": "2mb",
8995
"maximumError": "5mb"
96+
},
97+
{
98+
"type": "anyComponentStyle",
99+
"maximumWarning": "6kb"
90100
}
91101
]
92102
}

0 commit comments

Comments
 (0)