docs(aio): add short description for entryComponents (#21360)

PR Close #21360
This commit is contained in:
Vadym Yatsyuk 2018-01-06 23:54:04 +01:00 committed by Igor Minar
parent 76d8eb021c
commit 4cb1074850
1 changed files with 3 additions and 0 deletions

View File

@ -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>
</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><p>List of components to bootstrap when this module is bootstrapped.</p>
</td>