core.js:5967 ERROR Error: Found the synthetic listener @state.start. Please include either "BrowserAnimationsModule" or "NoopAnimationsModule" in your application. code example
Example: Please include either "BrowserAnimationsModule
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
@NgModule({
...,
imports: [
...,
BrowserAnimationsModule
],
...
})