Please include either "BrowserAnimationsModule" or "NoopAnimationsModule" in your application
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
@NgModule({
...,
imports: [
...,
BrowserAnimationsModule
],
...
})