docs(aio): add short description for entryComponents (#21360)
PR Close #21360
This commit is contained in:
parent
76d8eb021c
commit
4cb1074850
|
@ -44,6 +44,9 @@ is available to <code>declarations</code> of this module.</p>
|
||||||
<td><p>List of dependency injection providers visible both to the contents of this module and to importers of this module.</p>
|
<td><p>List of dependency injection providers visible both to the contents of this module and to importers of this module.</p>
|
||||||
</td>
|
</td>
|
||||||
</tr><tr>
|
</tr><tr>
|
||||||
|
<td><code><b>entryComponents:</b> [SomeComponent, OtherComponent]</code></td>
|
||||||
|
<td><p>List of components not referenced in any reachable template, for example dynamically created from code.</p></td>
|
||||||
|
</tr><tr>
|
||||||
<td><code><b>bootstrap:</b> [MyAppComponent]</code></td>
|
<td><code><b>bootstrap:</b> [MyAppComponent]</code></td>
|
||||||
<td><p>List of components to bootstrap when this module is bootstrapped.</p>
|
<td><p>List of components to bootstrap when this module is bootstrapped.</p>
|
||||||
</td>
|
</td>
|
||||||
|
|
Loading…
Reference in New Issue