Answers for "please include browseranimationsmodule in your application errpr"

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 "please include browseranimationsmodule in your application errpr"

Code answers related to "Javascript"

Browse Popular Code Answers by Language