Recently i tried to understand what's the difference between NgModule's entryComponents
and Component's entryComponents
.
Couldn't find any information about this on the internet.
Asked
Active
Viewed 53 times
0

Romko
- 1,808
- 21
- 27
-
https://stackoverflow.com/questions/43815995/what-is-the-difference-between-declarations-and-entrycomponents?answertab=active#tab-top – Sachila Ranawaka Dec 05 '18 at 11:25
-
@SachilaRanawaka unrelated, re-read the question. As for the OP, I imagine that component's entryComponents are components appended dynamically inside the component itself ; whereas in the module, the entry components are for the whole module. It's just a scope question. – Dec 05 '18 at 12:05