RROR Error: Found the synthetic property @slideUpDown. code example
Example: Please include either "BrowserAnimationsModule
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
@NgModule({
...,
imports: [
...,
BrowserAnimationsModule
],
...
})