From d15ab38a905e6b50972e6f884917db9198279daf Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 25 Aug 2017 12:11:42 +0200 Subject: Update client dependencies --- client/src/app/shared/shared.module.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/src/app') 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(), -- cgit v1.2.3