Skip to content

Commit 8129951

Browse files
authored
Merge pull request #22 from kreuzerk/feature/angular9
Feature/angular9
2 parents 8f98c39 + fc05fee commit 8129951

File tree

12 files changed

+9316
-4346
lines changed

12 files changed

+9316
-4346
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# See http://help.github.com/ignore-files/ for more about ignoring files.
22

3+
# library readme - will be copied during build
4+
projects/ng-sortgrid/README.md
5+
36
# compiled output
47
/dist
58
/tmp

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Travis build badge](https://img.shields.io/travis/kreuzerk/ng-sortgrid.svg)](https://travis-ci.org/kreuzerk/ng-sortgrid)
22
[![codecov](https://codecov.io/gh/kreuzerk/ng-sortgrid/branch/master/graph/badge.svg)](https://codecov.io/gh/kreuzerk/ng-sortgrid)
3-
[![angular7](https://img.shields.io/badge/angular%207%20ready-true-green.svg)]()
3+
[![angular9](https://img.shields.io/badge/angular%209%20ready-true-green.svg)]()
44

55
# Ng-sortgrid
66

angular.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
"options": {
1515
"tsConfig": "projects/ng-sortgrid/tsconfig.lib.json",
1616
"project": "projects/ng-sortgrid/ng-package.json"
17+
},
18+
"configurations": {
19+
"production": {
20+
"tsConfig": "projects/ng-sortgrid/tsconfig.lib.prod.json"
21+
}
1722
}
1823
},
1924
"test": {
@@ -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)