is there a way to udpate the tabBadge dynamically of the ion-tab using the click event not nav push or setroot?
Hi @JosephMendez,
You can make use of Events to update the badge of tab by subscribing into tab.ts, publishing from the place where you want to update the badge.
1 Like