File tree Expand file tree Collapse file tree 6 files changed +7
-5
lines changed Expand file tree Collapse file tree 6 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 4
4
- refactor(app.routing): lazy loading via dynamic import()
5
5
- refactor(modals): ` ViewChild ` second parameter
6
6
- refactor(tsconfig): "module: "esnext", "target": "es6"
7
+ - chore: update
` [email protected] ` imports
7
8
- chore(tslint): remove undefined rules
8
9
- update: Angular to ` v8.0.0 `
9
10
- update: ` @angular/animations ` to ` ^8.0.0 `
17
18
- update: ` @angular/router ` to ` ^8.0.0 `
18
19
- update: ` @coreui/coreui ` to ` ^2.1.11 `
19
20
- update: ` core-js ` to ` ^2.6.9 `
21
+ - update: ` ng2-charts ` to ` ^2.3.0 `
20
22
- update: ` rxjs ` to ` ^6.5.2 `
21
23
- update: ` tsickle ` to ` ^0.35.0 `
22
24
- update: ` tslib ` to ` ^1.9.3 `
Original file line number Diff line number Diff line change 47
47
"font-awesome" : " ^4.7.0" ,
48
48
"moment" : " ^2.24.0" ,
49
49
"mutationobserver-shim" : " ^0.3.3" ,
50
- "ng2-charts" : " ^1.6 .0" ,
50
+ "ng2-charts" : " ^2.3 .0" ,
51
51
"ngx-bootstrap" : " ^3.3.0" ,
52
52
"ngx-perfect-scrollbar" : " ^7.2.1" ,
53
53
"rxjs" : " ^6.5.2" ,
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ import { AppRoutingModule } from './app.routing';
38
38
// Import 3rd party components
39
39
import { BsDropdownModule } from 'ngx-bootstrap/dropdown' ;
40
40
import { TabsModule } from 'ngx-bootstrap/tabs' ;
41
- import { ChartsModule } from 'ng2-charts/ng2-charts ' ;
41
+ import { ChartsModule } from 'ng2-charts' ;
42
42
43
43
@NgModule ( {
44
44
imports : [
Original file line number Diff line number Diff line change 1
1
import { NgModule } from '@angular/core' ;
2
- import { ChartsModule } from 'ng2-charts/ng2-charts ' ;
2
+ import { ChartsModule } from 'ng2-charts' ;
3
3
4
4
import { ChartJSComponent } from './chartjs.component' ;
5
5
import { ChartJSRoutingModule } from './chartjs-routing.module' ;
Original file line number Diff line number Diff line change 1
1
import { NgModule } from '@angular/core' ;
2
2
import { FormsModule } from '@angular/forms' ;
3
- import { ChartsModule } from 'ng2-charts/ng2-charts ' ;
3
+ import { ChartsModule } from 'ng2-charts' ;
4
4
import { BsDropdownModule } from 'ngx-bootstrap/dropdown' ;
5
5
import { ButtonsModule } from 'ngx-bootstrap/buttons' ;
6
6
Original file line number Diff line number Diff line change 1
1
import { NgModule } from '@angular/core' ;
2
- import { ChartsModule } from 'ng2-charts/ng2-charts ' ;
2
+ import { ChartsModule } from 'ng2-charts' ;
3
3
import { BsDropdownModule } from 'ngx-bootstrap/dropdown' ;
4
4
5
5
import { WidgetsComponent } from './widgets.component' ;
You can’t perform that action at this time.
0 commit comments