I have a facebook login which uses the facebook connect 4 plugin along with firebase. the data gets passed to a inter component service which then relays it back to the component via a subscribe.. however the data doesnt display until you interact with the UI.. anyone got any ideas ?
Asked
Active
Viewed 182 times
1
-
1can you add the code? – raj Dec 09 '16 at 16:39
1 Answers
0
I guess you can have the answer here : angular2 firebase realtime updating not working
Applications from outside angular2 does not trigger a digest cycle. Wich means you can trigger it with NgZone or it gets done when you manipulate the UI.