0 votes
in Angular by
Do I still need to use entryComponents array in Angular9?

1 Answer

0 votes
by

No. In previous angular releases, the entryComponents array of ngModule decorator is used to tell the compiler which components would be created and inserted dynamically in the view. In Angular9, this is not required anymore with Ivy.

...