File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 4848 "moment" : " ^2.24.0" ,
4949 "mutationobserver-shim" : " ^0.3.3" ,
5050 "ng2-charts" : " ^2.3.0" ,
51- "ngx-bootstrap" : " ^3.3 .0" ,
51+ "ngx-bootstrap" : " ^4.2 .0" ,
5252 "ngx-perfect-scrollbar" : " ^7.2.1" ,
5353 "rxjs" : " ^6.5.2" ,
5454 "simple-line-icons" : " ^2.4.1" ,
Original file line number Diff line number Diff line change 11import { BrowserModule } from '@angular/platform-browser' ;
22import { NgModule } from '@angular/core' ;
33import { LocationStrategy , HashLocationStrategy } from '@angular/common' ;
4+ import { BrowserAnimationsModule } from '@angular/platform-browser/animations' ;
45
56import { PerfectScrollbarModule } from 'ngx-perfect-scrollbar' ;
67import { PERFECT_SCROLLBAR_CONFIG } from 'ngx-perfect-scrollbar' ;
@@ -43,6 +44,7 @@ import { ChartsModule } from 'ng2-charts';
4344@NgModule ( {
4445 imports : [
4546 BrowserModule ,
47+ BrowserAnimationsModule ,
4648 AppRoutingModule ,
4749 AppAsideModule ,
4850 AppBreadcrumbModule . forRoot ( ) ,
You can’t perform that action at this time.
0 commit comments