I have fixed the issue. I added a new package: @angular/animations
.
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
And I imported the module:
@NgModule({
imports: [
BrowserAnimationsModule
]
})
I have fixed the issue. I added a new package: @angular/animations
.
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
And I imported the module:
@NgModule({
imports: [
BrowserAnimationsModule
]
})