Any idea, how can I fix this?? Thanks
I’ve never used tabs, but I’ve played with EventEmitters and Ionic components. I found it helpful to trigger either ionChange or ApplicationRef.tick(), depending on what I needed to make happen. In other words, to manually trigger change detection in the system once I had emitted a change.
1 Like
Man. really really, thank you so much. ApplicationRef.tick()
worked perfectly for me
I just think this could have a simpler solution out of the box. because of the number of people trying to use badges based on notifications or any other event emitted from out of the component