Skip to content
This repository was archived by the owner on Aug 19, 2024. It is now read-only.

Commit 7dab023

Browse files
committed
AG-4331 Upgrade ag-grid-angular-cli-example to Angular 10
(disable tests until angular/angular-cli#18021 resolved)
1 parent e3307c3 commit 7dab023

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"build": "ng build --aot --prod && npm run hash",
1515
"hash": "sh ./hashDirectory.sh > .hash",
1616
"lint": "tslint \"src/**/*.ts\"",
17-
"test": "ng test --watch false --browsers ChromeHeadless",
17+
"testx": "ng test --watch false --browsers ChromeHeadless",
1818
"pree2e": "webdriver-manager update",
1919
"e2e": "protractor"
2020
},

tsconfig.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
/*
2+
This is a "Solution Style" tsconfig.json file, and is used by editors and TypeScript’s language server to improve development experience.
3+
It is not intended to be used to perform a compilation.
4+
5+
To learn more about this file see: https://angular.io/config/solution-tsconfig.
6+
*/
7+
{
8+
"files": [],
9+
"references": [
10+
{
11+
"path": "./src/tsconfig.app.json"
12+
},
13+
{
14+
"path": "./tests/tsconfig.spec.json"
15+
},
16+
{
17+
"path": "./e2e/tsconfig.e2e.json"
18+
}
19+
]
20+
}

0 commit comments

Comments
 (0)