From e7dbeae8d915cdf4470ceb51c2724b04148b30b5 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 28 Aug 2017 20:28:12 +0200 Subject: Fix client admin --- client/src/app/core/core.module.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/src/app/core') diff --git a/client/src/app/core/core.module.ts b/client/src/app/core/core.module.ts index 382febe5c..9ca94dd0e 100644 --- a/client/src/app/core/core.module.ts +++ b/client/src/app/core/core.module.ts @@ -2,6 +2,7 @@ import { NgModule, Optional, SkipSelf } from '@angular/core' import { CommonModule } from '@angular/common' import { HttpModule } from '@angular/http' import { RouterModule } from '@angular/router' +import { BrowserAnimationsModule } from '@angular/platform-browser/animations' import { SimpleNotificationsModule } from 'angular2-notifications' import { ModalModule } from 'ngx-bootstrap/modal' @@ -17,6 +18,7 @@ import { throwIfAlreadyLoaded } from './module-import-guard' CommonModule, HttpModule, RouterModule, + BrowserAnimationsModule, ModalModule, SimpleNotificationsModule.forRoot() -- cgit v1.2.3