diff --git a/apps/composer-example/src/app/app.module.ts b/apps/composer-example/src/app/app.module.ts index a4c8634b..c2a803ad 100644 --- a/apps/composer-example/src/app/app.module.ts +++ b/apps/composer-example/src/app/app.module.ts @@ -1,5 +1,6 @@ import { NgModule } from '@angular/core'; import { BrowserModule } from '@angular/platform-browser'; +import { BrowserAnimationsModule } from '@angular/platform-browser/animations'; import { RouterModule } from '@angular/router'; import { AppComponent } from './app.component'; @@ -7,6 +8,7 @@ import { AppComponent } from './app.component'; @NgModule({ imports: [ BrowserModule, + BrowserAnimationsModule, RouterModule.forRoot([ { path: '', redirectTo: '/home', pathMatch: 'full' }, {