From 582395b8f5720465c744f3a650e21763c4e15fc6 Mon Sep 17 00:00:00 2001 From: Michael De Wree Date: Fri, 21 Dec 2018 14:56:31 +0100 Subject: [PATCH] docs: fix typo PageNotFoundCompponent (#27799) closes: #27795 PR Close #27799 --- aio/content/guide/router.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/router.md b/aio/content/guide/router.md index 17ce59a557..3b47397e1f 100644 --- a/aio/content/guide/router.md +++ b/aio/content/guide/router.md @@ -1304,7 +1304,7 @@ Create an `AppRouting` module in the `/app` folder to contain the routing config ng generate module app-routing --module app --flat -Import the `CrisisListComponent`, `HeroListComponent`, and `PageNotFoundCompponent` symbols +Import the `CrisisListComponent`, `HeroListComponent`, and `PageNotFoundComponent` symbols just like you did in the `app.module.ts`. Then move the `Router` imports and routing configuration, including `RouterModule.forRoot`, into this routing module.