docs(core): add Ivy note to entryComponents page (#35479)
PR Close #35479
This commit is contained in:
parent
c33d2a20ac
commit
8379b571f8
|
@ -1,5 +1,12 @@
|
|||
# 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 you’re 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">
|
||||
|
|
Loading…
Reference in New Issue