Ilya Dontsov

Results 1 comments of Ilya Dontsov

My workaround for index mismatch which leads to wrong ink bar etc: ``` tabIndex: number; // bound to [selectedIndex] of mat-tab-group @ViewChild(MatTabGroup, { static: false }) private matTabGroup: MatTabGroup; setGroupIndex():...