docs(ngmodule-faq): fix typo (#3062)
This commit is contained in:
parent
0f3d5810a8
commit
20a66c9d59
|
@ -1160,7 +1160,7 @@ table
|
||||||
The router creates them and drops them into the DOM near a `<router-outlet>`.
|
The router creates them and drops them into the DOM near a `<router-outlet>`.
|
||||||
|
|
||||||
While the bootstrapped and routed components are _entry components_,
|
While the bootstrapped and routed components are _entry components_,
|
||||||
we usally don't have to add them to a module's `entryComponents` list.
|
we usually don't have to add them to a module's `entryComponents` list.
|
||||||
|
|
||||||
Angular automatically adds components in the module's `bootstrap` list to the `entryComponents` list.
|
Angular automatically adds components in the module's `bootstrap` list to the `entryComponents` list.
|
||||||
The `RouterModule` adds routed components to that list.
|
The `RouterModule` adds routed components to that list.
|
||||||
|
|
Loading…
Reference in New Issue