//app.module.tsimport {BrowserAnimationsModule} from '@angular/platform-browser/animations';@NgModule({ ... imports: [BrowserAnimationsModule], ... })export class PizzaPartyAppModule { }