File tree Expand file tree Collapse file tree 9 files changed +27
-17
lines changed Expand file tree Collapse file tree 9 files changed +27
-17
lines changed Original file line number Diff line number Diff line change 3838 },
3939 "lint" : [
4040 {
41- "project" : " src/tsconfig.app.json"
41+ "project" : " src/tsconfig.app.json" ,
42+ "exclude" : " **/node_modules/**"
4243 },
4344 {
44- "project" : " src/tsconfig.spec.json"
45+ "project" : " src/tsconfig.spec.json" ,
46+ "exclude" : " **/node_modules/**"
4547 },
4648 {
47- "project" : " e2e/tsconfig.e2e.json"
49+ "project" : " e2e/tsconfig.e2e.json" ,
50+ "exclude" : " **/node_modules/**"
4851 }
4952 ],
5053 "test" : {
Original file line number Diff line number Diff line change 11# APM
22
3- This project was generated with [ Angular CLI] ( https://github.com/angular/angular-cli ) version 1.2.0 .
3+ This project was generated with [ Angular CLI] ( https://github.com/angular/angular-cli ) version 1.2.4 .
44
55## Development server
66
Original file line number Diff line number Diff line change 22 "extends" : " ../tsconfig.json" ,
33 "compilerOptions" : {
44 "outDir" : " ../out-tsc/e2e" ,
5+ "baseUrl" : " ./" ,
56 "module" : " commonjs" ,
67 "target" : " es5" ,
78 "types" : [
89 " jasmine" ,
10+ " jasminewd2" ,
911 " node"
1012 ]
1113 }
Original file line number Diff line number Diff line change 2323 "@angular/router" : " ^4.0.0" ,
2424 "bootstrap" : " ^3.3.7" ,
2525 "core-js" : " ^2.4.1" ,
26- "rxjs" : " ^5.1.0 " ,
27- "zone.js" : " ^0.8.4 "
26+ "rxjs" : " ^5.4.1 " ,
27+ "zone.js" : " ^0.8.14 "
2828 },
2929 "devDependencies" : {
30- "@angular/cli" : " ^ 1.2.4" ,
30+ "@angular/cli" : " 1.2.4" ,
3131 "@angular/compiler-cli" : " ^4.0.0" ,
3232 "@angular/language-service" : " ^4.0.0" ,
3333 "@types/jasmine" : " ~2.5.53" ,
Original file line number Diff line number Diff line change 3737/** IE10 and IE11 requires the following for NgClass support on SVG elements */
3838// import 'classlist.js'; // Run `npm install --save classlist.js`.
3939
40- /** IE10 and IE11 requires the following to support `@angular/animation`. */
41- // import 'web-animations-js'; // Run `npm install --save web-animations-js`.
42-
43-
4440/** Evergreen browsers require these. **/
4541import 'core-js/es6/reflect' ;
4642import 'core-js/es7/reflect' ;
4743
4844
49- /** ALL Firefox browsers require the following to support `@angular/animation`. **/
45+ /**
46+ * Required to support Web Animations `@angular/animation`.
47+ * Needed for: All but Chrome, Firefox and Opera. http://caniuse.com/#feat=web-animation
48+ **/
5049// import 'web-animations-js'; // Run `npm install --save web-animations-js`.
5150
5251
Original file line number Diff line number Diff line change 22 "extends" : " ../tsconfig.json" ,
33 "compilerOptions" : {
44 "outDir" : " ../out-tsc/app" ,
5+ "baseUrl" : " ./" ,
56 "module" : " es2015" ,
6- "baseUrl" : " " ,
77 "types" : []
88 },
99 "exclude" : [
Original file line number Diff line number Diff line change 22 "extends" : " ../tsconfig.json" ,
33 "compilerOptions" : {
44 "outDir" : " ../out-tsc/spec" ,
5+ "baseUrl" : " ./" ,
56 "module" : " commonjs" ,
67 "target" : " es5" ,
7- "baseUrl" : " " ,
88 "types" : [
99 " jasmine" ,
1010 " node"
Original file line number Diff line number Diff line change 22 "compileOnSave" : false ,
33 "compilerOptions" : {
44 "outDir" : " ./dist/out-tsc" ,
5- "baseUrl" : " src" ,
65 "sourceMap" : true ,
76 "declaration" : false ,
87 "moduleResolution" : " node" ,
Original file line number Diff line number Diff line change 3131 "member-access" : false ,
3232 "member-ordering" : [
3333 true ,
34- " static-before-instance" ,
35- " variables-before-functions"
34+ {
35+ "order" : [
36+ " static-field" ,
37+ " instance-field" ,
38+ " static-method" ,
39+ " instance-method"
40+ ]
41+ }
3642 ],
3743 "no-arg" : true ,
3844 "no-bitwise" : true ,
8086 ],
8187 "radix" : true ,
8288 "semicolon" : [
89+ true ,
8390 " always"
8491 ],
8592 "triple-equals" : [
You can’t perform that action at this time.
0 commit comments