From cb0a8b566f9b2f70a56a5225a9c215177ceab93e Mon Sep 17 00:00:00 2001 From: SebastienBtr Date: Mon, 11 Feb 2019 10:42:37 +0100 Subject: [PATCH] docs(router): change slideInDownAnimation into slideInAnimation (#28640) In the Routing & Navigation there is a typo - slideInDownAnimation, but it should be slideInAnimation PR Close #28572 PR Close #28640 --- aio/content/guide/router.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`.