Hi all,
I want create a dynamic tabs using json data but not working displaying empty screen.i have checked using Inspect elements,the elements were loaded but not displaying. i did not add any styles
Ex tabs.ts:
this.tabs = [{title: “Home”, root: “homePage”, icon: “Home”},…]
and this my html: