Skip to content

Commit 4cb1074

Browse files
VadimDezIgorMinar
authored andcommitted
docs(aio): add short description for entryComponents (angular#21360)
PR Close angular#21360
1 parent 76d8eb0 commit 4cb1074

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

aio/content/guide/cheatsheet.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ is available to <code>declarations</code> of this module.</p>
4444
<td><p>List of dependency injection providers visible both to the contents of this module and to importers of this module.</p>
4545
</td>
4646
</tr><tr>
47+
<td><code><b>entryComponents:</b> [SomeComponent, OtherComponent]</code></td>
48+
<td><p>List of components not referenced in any reachable template, for example dynamically created from code.</p></td>
49+
</tr><tr>
4750
<td><code><b>bootstrap:</b> [MyAppComponent]</code></td>
4851
<td><p>List of components to bootstrap when this module is bootstrapped.</p>
4952
</td>

0 commit comments

Comments
 (0)