Indigosoft/ngxd

Calling detectChanges() on parent

Opened this issue · 0 comments

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