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.
Asked
Active
Viewed 374 times
2
-
I guess you should have a look at: https://stackoverflow.com/a/57726154/14693246 – Fatih Ersoy Feb 26 '22 at 22:05