Answers for "main.ts:12 Error: Found the synthetic listener @panelState.start. Please include either "BrowserAnimationsModule" or "NoopAnimationsModule" in your application"

2

Please include either "BrowserAnimationsModule

import { BrowserAnimationsModule } from '@angular/platform-browser/animations';

@NgModule({
  ...,
  imports: [
    ...,
    BrowserAnimationsModule
  ],
  ...
})
Posted by: Guest on May-12-2020

Code answers related to "main.ts:12 Error: Found the synthetic listener @panelState.start. Please include either "BrowserAnimationsModule" or "NoopAnimationsModule" in your application"

Code answers related to "Javascript"

Browse Popular Code Answers by Language