How to Hide the tab header?
as i want to control tab switching outside
There's no need to open an issue here if you want to ask general question, use StackOverflow or Slack instead
There's no special option in tab component that hides tab headers, but you can achieve it with css, just apply display: none to .nav-tabs
Example - https://stackblitz.com/edit/angular-e5er3u?file=app/basic.html
@IlyaSurmay Above solution hides entire tab component. Looking to hide only one of the tabs based on some condition. Any ideas how to achieve that?
Most helpful comment
@IlyaSurmay Above solution hides entire tab component. Looking to hide only one of the tabs based on some condition. Any ideas how to achieve that?