docs(core): add Ivy note to entryComponents page (#35479)

PR Close #35479
This commit is contained in:
Vytautas Petrikas 2020-12-16 22:15:33 +02:00 committed by atscott
parent c33d2a20ac
commit 8379b571f8
1 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,12 @@
# Entry components # Entry components
<div class="alert is-helpful">
Entry components have been deprecated with the [Ivy rendering engine](https://angular.io/guide/ivy).
For more information, see [entryComponents deprecation](https://angular.io/guide/deprecations#entrycomponents-and-analyze_for_entry_components-no-longer-required) in the [Deprecated APIs and features](https://angular.io/guide/deprecations).
</div>
An entry component is any component that Angular loads imperatively, (which means youre not referencing it in the template), by type. You specify an entry component by bootstrapping it in an NgModule, or including it in a routing definition. An entry component is any component that Angular loads imperatively, (which means youre not referencing it in the template), by type. You specify an entry component by bootstrapping it in an NgModule, or including it in a routing definition.
<div class="alert is-helpful"> <div class="alert is-helpful">