File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 0.0.0" ,
4
4
"license" : " MIT" ,
5
5
"scripts" : {
6
- "ng" : " ng" ,
7
- "start" : " ng serve --proxy-config proxy.conf.json" ,
8
- "build" : " ng build" ,
9
- "test" : " ng test" ,
10
- "lint" : " ng lint" ,
11
- "e2e" : " ng e2e"
6
+ "ng" : " ./node_modules/@angular/cli/bin/ ng" ,
7
+ "start" : " ./node_modules/@angular/cli/bin/ ng serve --proxy-config proxy.conf.json" ,
8
+ "build" : " ./node_modules/@angular/cli/bin/ ng build" ,
9
+ "test" : " ./node_modules/@angular/cli/bin/ ng test" ,
10
+ "lint" : " ./node_modules/@angular/cli/bin/ ng lint" ,
11
+ "e2e" : " ./node_modules/@angular/cli/bin/ ng e2e"
12
12
},
13
13
"private" : true ,
14
14
"dependencies" : {
17
17
"@angular/compiler" : " ^4.3.2" ,
18
18
"@angular/core" : " ^4.3.2" ,
19
19
"@angular/forms" : " ^4.3.2" ,
20
- "@angular/common/http" : " ^4.3.2" ,
21
- "@angular/material" : " ^2.0.0-beta.8" ,
22
20
"@angular/platform-browser" : " ^4.3.2" ,
23
21
"@angular/platform-browser-dynamic" : " ^4.3.2" ,
24
22
"@angular/router" : " ^4.3.2" ,
You can’t perform that action at this time.
0 commit comments