diff --git a/aio/content/guide/cheatsheet.md b/aio/content/guide/cheatsheet.md index f5104b8857..cc38613cc6 100644 --- a/aio/content/guide/cheatsheet.md +++ b/aio/content/guide/cheatsheet.md @@ -44,6 +44,9 @@ is available to declarations of this module.

List of dependency injection providers visible both to the contents of this module and to importers of this module.

+entryComponents: [SomeComponent, OtherComponent] +

List of components not referenced in any reachable template, for example dynamically created from code.

+ bootstrap: [MyAppComponent]

List of components to bootstrap when this module is bootstrapped.