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 44- refactor(app.routing): lazy loading via dynamic import()
55- refactor(modals): ` ViewChild ` second parameter
66- refactor(tsconfig): "module: "esnext", "target": "es6"
7+ - chore: update ` ng2-charts@2.3.0 ` imports
78- chore(tslint): remove undefined rules
89- update: Angular to ` v8.0.0 `
910- update: ` @angular/animations ` to ` ^8.0.0 `
1718- update: ` @angular/router ` to ` ^8.0.0 `
1819- update: ` @coreui/coreui ` to ` ^2.1.11 `
1920- update: ` core-js ` to ` ^2.6.9 `
21+ - update: ` ng2-charts ` to ` ^2.3.0 `
2022- update: ` rxjs ` to ` ^6.5.2 `
2123- update: ` tsickle ` to ` ^0.35.0 `
2224- update: ` tslib ` to ` ^1.9.3 `
Original file line number Diff line number Diff line change 4747 "font-awesome" : " ^4.7.0" ,
4848 "moment" : " ^2.24.0" ,
4949 "mutationobserver-shim" : " ^0.3.3" ,
50- "ng2-charts" : " ^1.6 .0" ,
50+ "ng2-charts" : " ^2.3 .0" ,
5151 "ngx-bootstrap" : " ^3.3.0" ,
5252 "ngx-perfect-scrollbar" : " ^7.2.1" ,
5353 "rxjs" : " ^6.5.2" ,
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ import { AppRoutingModule } from './app.routing';
3838// Import 3rd party components
3939import { BsDropdownModule } from 'ngx-bootstrap/dropdown' ;
4040import { TabsModule } from 'ngx-bootstrap/tabs' ;
41- import { ChartsModule } from 'ng2-charts/ng2-charts ' ;
41+ import { ChartsModule } from 'ng2-charts' ;
4242
4343@NgModule ( {
4444 imports : [
Original file line number Diff line number Diff line change 11import { NgModule } from '@angular/core' ;
2- import { ChartsModule } from 'ng2-charts/ng2-charts ' ;
2+ import { ChartsModule } from 'ng2-charts' ;
33
44import { ChartJSComponent } from './chartjs.component' ;
55import { ChartJSRoutingModule } from './chartjs-routing.module' ;
Original file line number Diff line number Diff line change 11import { NgModule } from '@angular/core' ;
22import { FormsModule } from '@angular/forms' ;
3- import { ChartsModule } from 'ng2-charts/ng2-charts ' ;
3+ import { ChartsModule } from 'ng2-charts' ;
44import { BsDropdownModule } from 'ngx-bootstrap/dropdown' ;
55import { ButtonsModule } from 'ngx-bootstrap/buttons' ;
66
Original file line number Diff line number Diff line change 11import { NgModule } from '@angular/core' ;
2- import { ChartsModule } from 'ng2-charts/ng2-charts ' ;
2+ import { ChartsModule } from 'ng2-charts' ;
33import { BsDropdownModule } from 'ngx-bootstrap/dropdown' ;
44
55import { WidgetsComponent } from './widgets.component' ;
You can’t perform that action at this time.
0 commit comments