Skip to content

Commit

Permalink
docs(aio): add short description for entryComponents (#21360)
Browse files Browse the repository at this point in the history
PR Close #21360
  • Loading branch information
VadimDez authored and IgorMinar committed Jul 31, 2018
1 parent fa59748 commit fa38828
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aio/content/guide/cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit fa38828

Please sign in to comment.