Closed AlexThomson95 closed 1 month ago
The MatTabGroup implementation seems to be geared toward using tab index and not their names, so I'm not sure this is such a good idea.
On line 575 of cron-editor.component.ts, the this.tabGroup._allTabs
should probably be considered private and not accessed from the component. Perhaps there is a different way of accomplishing this?
We will keep the tab selection as is.
Might just need to test a little more