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 38
38
},
39
39
"lint" : [
40
40
{
41
- "project" : " src/tsconfig.app.json"
41
+ "project" : " src/tsconfig.app.json" ,
42
+ "exclude" : " **/node_modules/**"
42
43
},
43
44
{
44
- "project" : " src/tsconfig.spec.json"
45
+ "project" : " src/tsconfig.spec.json" ,
46
+ "exclude" : " **/node_modules/**"
45
47
},
46
48
{
47
- "project" : " e2e/tsconfig.e2e.json"
49
+ "project" : " e2e/tsconfig.e2e.json" ,
50
+ "exclude" : " **/node_modules/**"
48
51
}
49
52
],
50
53
"test" : {
Original file line number Diff line number Diff line change 1
1
# APM
2
2
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 .
4
4
5
5
## Development server
6
6
Original file line number Diff line number Diff line change 2
2
"extends" : " ../tsconfig.json" ,
3
3
"compilerOptions" : {
4
4
"outDir" : " ../out-tsc/e2e" ,
5
+ "baseUrl" : " ./" ,
5
6
"module" : " commonjs" ,
6
7
"target" : " es5" ,
7
8
"types" : [
8
9
" jasmine" ,
10
+ " jasminewd2" ,
9
11
" node"
10
12
]
11
13
}
Original file line number Diff line number Diff line change 23
23
"@angular/router" : " ^4.0.0" ,
24
24
"bootstrap" : " ^3.3.7" ,
25
25
"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 "
28
28
},
29
29
"devDependencies" : {
30
- "@angular/cli" : " ^ 1.2.4" ,
30
+ "@angular/cli" : " 1.2.4" ,
31
31
"@angular/compiler-cli" : " ^4.0.0" ,
32
32
"@angular/language-service" : " ^4.0.0" ,
33
33
"@types/jasmine" : " ~2.5.53" ,
Original file line number Diff line number Diff line change 37
37
/** IE10 and IE11 requires the following for NgClass support on SVG elements */
38
38
// import 'classlist.js'; // Run `npm install --save classlist.js`.
39
39
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
-
44
40
/** Evergreen browsers require these. **/
45
41
import 'core-js/es6/reflect' ;
46
42
import 'core-js/es7/reflect' ;
47
43
48
44
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
+ **/
50
49
// import 'web-animations-js'; // Run `npm install --save web-animations-js`.
51
50
52
51
Original file line number Diff line number Diff line change 2
2
"extends" : " ../tsconfig.json" ,
3
3
"compilerOptions" : {
4
4
"outDir" : " ../out-tsc/app" ,
5
+ "baseUrl" : " ./" ,
5
6
"module" : " es2015" ,
6
- "baseUrl" : " " ,
7
7
"types" : []
8
8
},
9
9
"exclude" : [
Original file line number Diff line number Diff line change 2
2
"extends" : " ../tsconfig.json" ,
3
3
"compilerOptions" : {
4
4
"outDir" : " ../out-tsc/spec" ,
5
+ "baseUrl" : " ./" ,
5
6
"module" : " commonjs" ,
6
7
"target" : " es5" ,
7
- "baseUrl" : " " ,
8
8
"types" : [
9
9
" jasmine" ,
10
10
" node"
Original file line number Diff line number Diff line change 2
2
"compileOnSave" : false ,
3
3
"compilerOptions" : {
4
4
"outDir" : " ./dist/out-tsc" ,
5
- "baseUrl" : " src" ,
6
5
"sourceMap" : true ,
7
6
"declaration" : false ,
8
7
"moduleResolution" : " node" ,
Original file line number Diff line number Diff line change 31
31
"member-access" : false ,
32
32
"member-ordering" : [
33
33
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
+ }
36
42
],
37
43
"no-arg" : true ,
38
44
"no-bitwise" : true ,
80
86
],
81
87
"radix" : true ,
82
88
"semicolon" : [
89
+ true ,
83
90
" always"
84
91
],
85
92
"triple-equals" : [
You can’t perform that action at this time.
0 commit comments