We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d8eb0 commit 4cb1074Copy full SHA for 4cb1074
aio/content/guide/cheatsheet.md
@@ -44,6 +44,9 @@ is available to <code>declarations</code> of this module.</p>
44
<td><p>List of dependency injection providers visible both to the contents of this module and to importers of this module.</p>
45
</td>
46
</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>
50
<td><code><b>bootstrap:</b> [MyAppComponent]</code></td>
51
<td><p>List of components to bootstrap when this module is bootstrapped.</p>
52
0 commit comments