docs: fix typo PageNotFoundCompponent (#27799)
closes: #27795 PR Close #27799
This commit is contained in:
parent
76580b98f0
commit
582395b8f5
|
@ -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
|
ng generate module app-routing --module app --flat
|
||||||
</code-example>
|
</code-example>
|
||||||
|
|
||||||
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
|
just like you did in the `app.module.ts`. Then move the `Router` imports
|
||||||
and routing configuration, including `RouterModule.forRoot`, into this routing module.
|
and routing configuration, including `RouterModule.forRoot`, into this routing module.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue