securis/src/main/webapp/src/app/app.module.ts
.. .. @@ -1,5 +1,6 @@ 1 1 import { NgModule } from '@angular/core'; 2 2 import { BrowserModule } from '@angular/platform-browser'; 3 +import {BrowserAnimationsModule} from '@angular/platform-browser/animations';3 4 import { CommonModule } from '@angular/common'; 4 5 import { FormsModule } from '@angular/forms'; 5 6 import {MaterialModule} from '@angular/material'; .. .. @@ -54,6 +55,7 @@ 54 55 storageType: 'localStorage' 55 56 }), 56 57 BrowserModule, 58 + BrowserAnimationsModule,57 59 FormsModule, 58 60 MaterialModule, 59 61 CovalentCoreModule.forRoot(),