Closed mgafur closed 7 years ago
To fix this: Step 1 : npm install @angular/animations --save Step 2: import {BrowserAnimationsModule} from '@angular/platform-browser/animations' Step 3: @NgModule({ imports: [ BrowserAnimationsModule ] })
Now 4.0 is supported!
ERROR Error: Uncaught (in promise): Error: Found the synthetic property @fadeInOut. Please include either "BrowserAnimationsModule" or "NoopAnimationsModule" in your application.
how to fix it