I want kendo tabstrip (in Angular 2+) to have a specific url for each tab, so that when I click the tab, the url changes and when I enter the url manually, the tabstrip is switched to the desired tab. I can do it in a page holding the tabstrip using the tabstrip.selectTab method and the tabstrip.tabSelect event, but I must find out the tab index in a rather complicated way. I'd prefer to customize the tabstrip to do it automatically, without any code on a page.
Thanks for your help