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.