]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared.module.ts
Update client dependencies
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared.module.ts
index 99b51aa4e6f2706c4041bb98e03fb2cb4fbf2315..d6a7426933269acab843faaf22b938f29ebfca7e 100644 (file)
@@ -3,6 +3,7 @@ import { CommonModule } from '@angular/common'
 import { HttpModule } from '@angular/http'
 import { FormsModule, ReactiveFormsModule } from '@angular/forms'
 import { RouterModule } from '@angular/router'
+import { BrowserAnimationsModule } from '@angular/platform-browser/animations'
 
 import { BytesPipe } from 'angular-pipes/src/math/bytes.pipe'
 import { KeysPipe } from 'angular-pipes/src/object/keys.pipe'
@@ -26,6 +27,7 @@ import { VideoAbuseService } from './video-abuse'
     ReactiveFormsModule,
     HttpModule,
     RouterModule,
+    BrowserAnimationsModule,
 
     BsDropdownModule.forRoot(),
     ModalModule.forRoot(),