X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared.module.ts;h=d6a7426933269acab843faaf22b938f29ebfca7e;hb=d15ab38a905e6b50972e6f884917db9198279daf;hp=99b51aa4e6f2706c4041bb98e03fb2cb4fbf2315;hpb=0aef76c479bc7fc758e70e1cd478ade46761b51b;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/shared.module.ts b/client/src/app/shared/shared.module.ts index 99b51aa4e..d6a742693 100644 --- a/client/src/app/shared/shared.module.ts +++ b/client/src/app/shared/shared.module.ts @@ -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(),