Getting data but not showing in UI until i click on textbox

Getting data from firebase but not showing in UI until i click on textbox.
i read about Zone and tried my function in it too but it not done anything.
what is right way to do this ?

Wrapping in zone should work. You better post your code.

You could use observables in combination with async pipe

1 Like

thanks guys it’s working with zone now. i was using zone in wrong function(my bad). i will check observables with pipe as well . thanks Nexi