Unexpected synthetic listener @state.start found. Please make sure that:
- Either
BrowserAnimationsModule
orNoopAnimationsModule
are imported in your application.
import { BrowserAnimationsModule } from '@angular/platform-browser/animations'; imports: [ BrowserAnimationsModule ], hi ..see this error in my console ..i have import in app.module.ts BrowserAnimationsModule..but i don't fix it