-
Notifications
You must be signed in to change notification settings - Fork 6
/
.angular-cli.json
39 lines (39 loc) · 902 Bytes
/
.angular-cli.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"project": {
"name": "NG2TableViewApp"
},
"apps": [
{
"root": "src",
"outDir": "dist",
"assets": [
"demo/assets",
"favicon.ico"
],
"index": "demo/index.html",
"main": "demo/main.ts",
"polyfills": "demo/polyfills.ts",
"test": "demo/test.ts",
"tsconfig": "demo/tsconfig.app.json",
"testTsconfig": "demo/tsconfig.spec.json",
"prefix": "appTest",
"styles": [
"demo/styles.css"
],
"scripts": [],
"environmentSource": "demo/environments/environment.ts",
"environments": {
"dev": "demo/environments/environment.ts",
"prod": "demo/environments/environment.prod.ts"
}
}
],
"defaults": {
"styleExt": "css",
"class": {
"spec": false
},
"component": {}
}
}