Skip to content

Commit

Permalink
docs(composer): add browser animations module to app
Browse files Browse the repository at this point in the history
  • Loading branch information
gund committed Jan 14, 2022
1 parent 10bf2c2 commit 36be8af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/composer-example/src/app/app.module.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
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';

@NgModule({
imports: [
BrowserModule,
BrowserAnimationsModule,
RouterModule.forRoot([
{ path: '', redirectTo: '/home', pathMatch: 'full' },
{
Expand Down

0 comments on commit 36be8af

Please sign in to comment.