File tree Expand file tree Collapse file tree 4 files changed +16
-5
lines changed Expand file tree Collapse file tree 4 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 5
5
- refactor(modals): ` ViewChild ` second parameter
6
6
- refactor(tsconfig): "module: "esnext", "target": "es6"
7
7
- chore: update
` [email protected] ` imports
8
- - chore(tslint): remove undefined rules
8
+ - chore: update
` [email protected] `
9
+ - fix(collapse): ` No provider for AnimationBuilder ` add import ` BrowserAnimationsModule ` to app.module
10
+ - fix(polyfill): import ` web-animations-js `
11
+ - chore(tslint): remove depracated/undefined rules
12
+ - chore(tsconfig): set "target" to "es5" / IE11 compatible
9
13
- update: Angular to ` v8.0.0 `
10
14
- update: ` @angular/animations ` to ` ^8.0.0 `
11
15
- update: ` @angular/common ` to ` ^8.0.0 `
16
20
- update: ` @angular/platform-browser ` to ` ^8.0.0 `
17
21
- update: ` @angular/platform-browser-dynamic ` to ` ^8.0.0 `
18
22
- update: ` @angular/router ` to ` ^8.0.0 `
23
+ - update: ` @coreui/angular ` to ` ^2.5.0 `
19
24
- update: ` @coreui/coreui ` to ` ^2.1.11 `
25
+ - update: ` @coreui/coreui-plugin-chartjs-custom-tooltips ` to ` ^1.3.1 `
20
26
- update: ` core-js ` to ` ^2.6.9 `
21
27
- update: ` ng2-charts ` to ` ^2.3.0 `
28
+ - update: ` ngx-boottsrap ` to ` ^4.2.0 `
22
29
- update: ` rxjs ` to ` ^6.5.2 `
23
30
- update: ` tsickle ` to ` ^0.35.0 `
24
31
- update: ` tslib ` to ` ^1.9.3 `
Original file line number Diff line number Diff line change 80
80
"typescript" : " ~3.4.5"
81
81
},
82
82
"engines" : {
83
- "node" : " >= 8.9.4 " ,
84
- "npm" : " >= 5.6.0 "
83
+ "node" : " >= 12 " ,
84
+ "npm" : " >= 6 "
85
85
}
86
86
}
Original file line number Diff line number Diff line change 4
4
"outDir" : " ../out-tsc/app" ,
5
5
"baseUrl" : " ./" ,
6
6
"module" : " esnext" ,
7
+ "target" : " es5" ,
7
8
"types" : [],
8
9
"paths" : {
9
10
"@angular/*" : [
10
11
" ../node_modules/@angular/*"
11
12
]
12
13
}
13
14
},
15
+ "angularCompilerOptions" : {
16
+ "enableIvy" : false
17
+ },
14
18
"exclude" : [
15
19
" test.ts" ,
16
20
" **/*.spec.ts"
Original file line number Diff line number Diff line change 9
9
"emitDecoratorMetadata" : true ,
10
10
"experimentalDecorators" : true ,
11
11
"module" : " esnext" ,
12
- "target" : " es6 " ,
12
+ "target" : " es5 " ,
13
13
"typeRoots" : [
14
14
" node_modules/@types"
15
15
],
16
16
"lib" : [
17
- " es2017 " ,
17
+ " esnext " ,
18
18
" dom"
19
19
]
20
20
}
You can’t perform that action at this time.
0 commit comments