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 48
48
"moment" : " ^2.24.0" ,
49
49
"mutationobserver-shim" : " ^0.3.3" ,
50
50
"ng2-charts" : " ^2.3.0" ,
51
- "ngx-bootstrap" : " ^3.3 .0" ,
51
+ "ngx-bootstrap" : " ^4.2 .0" ,
52
52
"ngx-perfect-scrollbar" : " ^7.2.1" ,
53
53
"rxjs" : " ^6.5.2" ,
54
54
"simple-line-icons" : " ^2.4.1" ,
Original file line number Diff line number Diff line change 1
1
import { BrowserModule } from '@angular/platform-browser' ;
2
2
import { NgModule } from '@angular/core' ;
3
3
import { LocationStrategy , HashLocationStrategy } from '@angular/common' ;
4
+ import { BrowserAnimationsModule } from '@angular/platform-browser/animations' ;
4
5
5
6
import { PerfectScrollbarModule } from 'ngx-perfect-scrollbar' ;
6
7
import { PERFECT_SCROLLBAR_CONFIG } from 'ngx-perfect-scrollbar' ;
@@ -43,6 +44,7 @@ import { ChartsModule } from 'ng2-charts';
43
44
@NgModule ( {
44
45
imports : [
45
46
BrowserModule ,
47
+ BrowserAnimationsModule ,
46
48
AppRoutingModule ,
47
49
AppAsideModule ,
48
50
AppBreadcrumbModule . forRoot ( ) ,
You can’t perform that action at this time.
0 commit comments