docs: fix typo in lazy-loading guide (#40668)

PR Close #40668
This commit is contained in:
Viktor Uhryn 2021-02-02 17:17:17 +01:00 committed by Misko Hevery
parent d754cc1ea5
commit cc8af03eec
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ For the final sample app with two lazy-loaded modules that this page describes,
This section introduces the basic procedure for configuring a lazy-loaded route.
For a step-by-step example, see the [step-by-step setup](#step-by-step) section on this page.
To lazy load Angular modules, use `loadchildren` (instead of `component`) in your `AppRoutingModule` `routes` configuration as follows.
To lazy load Angular modules, use `loadChildren` (instead of `component`) in your `AppRoutingModule` `routes` configuration as follows.
<code-example header="AppRoutingModule (excerpt)">