Calling detectChanges() on parent
Opened this issue · 0 comments
LukeMcDonnell commented
Calling ChangeDetectorRef.detectChanges()
on parent component doesn't propagate to ngxd loaded child components. Is there any workaround for this besides calling ApplicationRef.tick()
?