Angular Get list of dynamic components

434 Views Asked by At

I need to loop throughout over nested child components inside on div. I try that with ViewChildren but I got only a list of created components and when I create a dynamic component, Unfortunately, the list is not updated. I tried to manually run the change detector too which is no effect at all.

MyProject

0

There are 0 best solutions below