Hi All,
I have a tab strip that I’m using for navigation, and I want to highlight the currently active tab by applying an “active” style to it. What’s the best way to do this? I looked at routerLinkActive which is supplied by Angular’s Router module, but either I’m doing something wrong or it just doesn’t work with NativeScript’s routing…
Have any of you used this successfully, or do you have a better (simple!) way of accomplishing this?
Thank you,
Steve