From fa3882845a3a4ebaa245199ccdbd1286f336a203 Mon Sep 17 00:00:00 2001 From: Vadym Yatsyuk Date: Sat, 6 Jan 2018 23:54:04 +0100 Subject: [PATCH] docs(aio): add short description for entryComponents (#21360) PR Close #21360 --- aio/content/guide/cheatsheet.md | 3 +++ 1 file changed, 3 insertions(+) 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.