0

I am using two angular elements in two different tabs in angular host application and both of them uses firebase, In host application I face an issue about rendering in DOM, which is after retrieving data from first one it is rendered in UI with no problems, but If I switch tab to the second one the data is retrieved, but not rendered in UI. Is it related to zone conflict issue ?

I tried to apply manual change detection by injecting cd: ChangeDetectionRef and call detectChanges() method in each element response, but I found that I've to force change detection manually, while I found that I does not get the benefit of Angular automatic change detection.

0 Answers0