You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
I'm working on a tabs container that starts as a single tab and as you keep interacting with the application, you keep adding more. Problem is that when you have only one tab, the ink bar does not show up. Is that by design? I could not find reference to this case in the material guidance for when you'd use dynamic tabs. The code in Angular Material checks the following:
var hideInkBar = !selected || tabsCtrl.count() < 2 || mdNoBar;