1+ {
2+ "$schema" : " ./node_modules/@angular/cli/lib/config/schema.json" ,
3+ "version" : 1 ,
4+ "newProjectRoot" : " projects" ,
5+ "projects" : {
6+ "databinding" : {
7+ "root" : " " ,
8+ "sourceRoot" : " src" ,
9+ "projectType" : " application" ,
10+ "prefix" : " app" ,
11+ "schematics" : {},
12+ "architect" : {
13+ "build" : {
14+ "builder" : " @angular-devkit/build-angular:browser" ,
15+ "options" : {
16+ "outputPath" : " dist/databinding" ,
17+ "index" : " src/index.html" ,
18+ "main" : " src/main.ts" ,
19+ "polyfills" : " src/polyfills.ts" ,
20+ "tsConfig" : " src/tsconfig.app.json" ,
21+ "assets" : [
22+ " src/favicon.ico" ,
23+ " src/assets"
24+ ],
25+ "styles" : [
26+ " src/styles.css" ,
27+ " ./node_modules/@syncfusion/ej2-material-theme/styles/material.css"
28+ ],
29+ "scripts" : []
30+ },
31+ "configurations" : {
32+ "production" : {
33+ "fileReplacements" : [
34+ {
35+ "replace" : " src/environments/environment.ts" ,
36+ "with" : " src/environments/environment.prod.ts"
37+ }
38+ ],
39+ "optimization" : true ,
40+ "outputHashing" : " all" ,
41+ "sourceMap" : false ,
42+ "extractCss" : true ,
43+ "namedChunks" : false ,
44+ "aot" : true ,
45+ "extractLicenses" : true ,
46+ "vendorChunk" : false ,
47+ "buildOptimizer" : true ,
48+ "budgets" : [
49+ {
50+ "type" : " initial" ,
51+ "maximumWarning" : " 2mb" ,
52+ "maximumError" : " 5mb"
53+ }
54+ ]
55+ }
56+ }
57+ },
58+ "serve" : {
59+ "builder" : " @angular-devkit/build-angular:dev-server" ,
60+ "options" : {
61+ "browserTarget" : " databinding:build"
62+ },
63+ "configurations" : {
64+ "production" : {
65+ "browserTarget" : " databinding:build:production"
66+ }
67+ }
68+ },
69+ "extract-i18n" : {
70+ "builder" : " @angular-devkit/build-angular:extract-i18n" ,
71+ "options" : {
72+ "browserTarget" : " databinding:build"
73+ }
74+ },
75+ "test" : {
76+ "builder" : " @angular-devkit/build-angular:karma" ,
77+ "options" : {
78+ "main" : " src/test.ts" ,
79+ "polyfills" : " src/polyfills.ts" ,
80+ "tsConfig" : " src/tsconfig.spec.json" ,
81+ "karmaConfig" : " src/karma.conf.js" ,
82+ "styles" : [
83+ " src/styles.css" ,
84+ " ./node_modules/@syncfusion/ej2-material-theme/styles/material.css"
85+ ],
86+ "scripts" : [],
87+ "assets" : [
88+ " src/favicon.ico" ,
89+ " src/assets"
90+ ]
91+ }
92+ },
93+ "lint" : {
94+ "builder" : " @angular-devkit/build-angular:tslint" ,
95+ "options" : {
96+ "tsConfig" : [
97+ " src/tsconfig.app.json" ,
98+ " src/tsconfig.spec.json"
99+ ],
100+ "exclude" : [
101+ " **/node_modules/**"
102+ ]
103+ }
104+ }
105+ }
106+ },
107+ "databinding-e2e" : {
108+ "root" : " e2e/" ,
109+ "projectType" : " application" ,
110+ "prefix" : " " ,
111+ "architect" : {
112+ "e2e" : {
113+ "builder" : " @angular-devkit/build-angular:protractor" ,
114+ "options" : {
115+ "protractorConfig" : " e2e/protractor.conf.js" ,
116+ "devServerTarget" : " databinding:serve"
117+ },
118+ "configurations" : {
119+ "production" : {
120+ "devServerTarget" : " databinding:serve:production"
121+ }
122+ }
123+ },
124+ "lint" : {
125+ "builder" : " @angular-devkit/build-angular:tslint" ,
126+ "options" : {
127+ "tsConfig" : " e2e/tsconfig.e2e.json" ,
128+ "exclude" : [
129+ " **/node_modules/**"
130+ ]
131+ }
132+ }
133+ }
134+ }
135+ },
136+ "defaultProject" : " databinding"
137+ }
0 commit comments