Hi Tanya,
Thank you for the provided additional details.
Please check the following updated example where I simulated the same behavior outside the scope of the Kendo UI for Angular TabStrip component (putting a breakpoint at the designated place yields the same behavior):
https://stackblitz.com/edit/angular-k14her-ebygj9?file=app/app.component.ts
Thus, the reported behavior is caused by the default Angular workflow rather than by a Kendo UI for Angular related issue.
Feel free to write back in case any further assistance is required for this case or any other Kendo UI for Angular related topic.
Regards,
Svetlin
Progress Telerik
Hi
In https://stackblitz.com/edit/angular-k14her-lkxtp2 project -
Please put a breakpoint in line 11 in sample.component.ts – when you switch tabs, you will see both tabs are visible… but only one should be there, because the previous should be destroyed olready…
Hi Tanya,
I am not sure that I understand the reported behavior. Could you fork and update the following example so that it demonstrates the undesired functionality:
https://stackblitz.com/edit/angular-k14her-lkxtp2
Feel free to add any additional details that will help us to reproduce the issue. Thank you in advance.
I would like to add, that In general, the TabStrip component doesn't render all tabs in the DOM. However, the default behavior can be changed to persist the tabs in the DOM by setting the [keepTabContent] input property to true.
Regards,
Svetlin
Progress Telerik