feature request
Extending the MatTabGroup
not possible to extend MatTabGroup because of MatTabBody and MatTabHeader and MatTabLabelWrapper are not included in module export list
Try to extend MatTabGroup to add tab close icon and function. You will get errors like "ERROR in : Can't bind to 'selectedIndex' since it isn't a known property of 'mat-tab-header'." to your overloaded template of MatTabGroup class
Because having a static Tabs is not enough. I want to repoduce MDI behaviour where each tab will contain a named router-outlet of links which invoked by other components of application. And ofcource user must be able to close tabs he have opened before
all is latest to current date
There is only few string to add in @NgModule section to export: [] here https://github.com/angular/material2/blob/master/src/lib/tabs/tabs-module.ts
@jelbourn , @josephperrott , @andrewseguin FYI, please take a look
This would be greatly appreciated
Most helpful comment
This would be greatly appreciated