Answers for "main.ts:12 error: found the synthetic listener @panelstate.start. please include either "browseranimationsmodule" or "noopanimationsmodule" in your application"

3

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