Syncfusion greetings.
Kindly use the below code example to overcome the issue.
public btnClicked(e: any): void {
let newtabItem: any = [
{
header: { text: "DynamicTabItem" },
content: this.DropDowntemplate
}
];
this.tabObj.addTab(newtabItem, 1);
}
Regards,
Karthi