Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Please include either "BrowserAnimationsModule

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

@NgModule({
  ...,
  imports: [
    ...,
    BrowserAnimationsModule
  ],
  ...
})
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Please #include
ADD COMMENT
Topic
Name
3+8 =