diff --git a/aio/content/guide/router.md b/aio/content/guide/router.md index a18baf962a..1c9ff15734 100644 --- a/aio/content/guide/router.md +++ b/aio/content/guide/router.md @@ -2242,10 +2242,10 @@ This file does the following: You could also create more transitions for other routes. This trigger is sufficient for the current milestone. -Back in the `AppComponent`, import the `RouterOutlet` token from the `@angular/router` package and the `slideInDownAnimation` from +Back in the `AppComponent`, import the `RouterOutlet` token from the `@angular/router` package and the `slideInAnimation` from `'./animations.ts`. -Add an `animations` array to the `@Component` metadata's that contains the `slideInDownAnimation`. +Add an `animations` array to the `@Component` metadata's that contains the `slideInAnimation`.