Hi
Am trying to use a TabStrip, integrated with a RouterOutlet to display the tab content. The module in question has it's own routing, and I hoped to map the router links to tab headers, and thus an outlet for the content.
Without native support for it, I have attempted to place the <router-outlet> in the kendoTabContent element, and manually use the Angular Router on the tabSelect event. However, on tab change, the router-outlet is destroyed on the old and recreated on the new tab.
Add in the router navigating and changing the content for router-outlet, and I'm in a lifecycle hook nightmare that isn't feasible the way I have attempted to approach it. The current component on display in the outlet is destroyed and then instantly recreated as the tab switches, and then router navigation takes over and changes it again.
I wanted to ask if there is any planned support for Router integration for TabStrip, like other Layout components have, and/or has anyone had success attempting similar?
Thanks
Hi Preslava,
I am trying to implement a similar solution but am not able to have the tab content displayed within a tab. The content is being displayed in the original router-outlet element used on the app.component.html and not the router-outlet in the desired html.
I have tried to utilize aux routing but that does not work as the route is not recognized.
Any suggestions would be greatly appreciated.