docs: add Animations import in Router doc (#33740)

Fixes #33665

PR Close #33740
This commit is contained in:
Kapunahele Wong
2019-11-11 14:02:52 -05:00
committed by Matias Niemelä
parent 953365d090
commit d655093123
2 changed files with 14 additions and 1 deletions

View File

@ -1590,7 +1590,7 @@ Remove the `HeroListComponent` from the `AppModule`'s `declarations` because it'
After these steps, the `AppModule` should look like this:
<code-example path="router/src/app/app.module.3.ts" header="src/app/app.module.ts"></code-example>
<code-example path="router/src/app/app.module.3.ts" header="src/app/app.module.ts" region="remove-heroes"></code-example>