Answers for "please make sure that: - either `browseranimationsmodule` or `noopanimationsmodule` are imported in your application."

3

Please include either "BrowserAnimationsModule" or "NoopAnimationsModule" in your application

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

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

Code answers related to "please make sure that: - either `browseranimationsmodule` or `noopanimationsmodule` are imported in your application."

Code answers related to "Javascript"

Browse Popular Code Answers by Language