Feature/disable pagination of tabs (#272)
* Disable pagination * Update changelog
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
class="position-absolute"
|
||||
headerPosition="below"
|
||||
mat-align-tabs="center"
|
||||
[disablePagination]="true"
|
||||
(selectedTabChange)="onTabChanged()"
|
||||
>
|
||||
<mat-tab>
|
||||
|
@@ -3,6 +3,7 @@
|
||||
class="position-absolute"
|
||||
headerPosition="below"
|
||||
mat-align-tabs="center"
|
||||
[disablePagination]="true"
|
||||
(selectedTabChange)="onTabChanged()"
|
||||
>
|
||||
<mat-tab>
|
||||
|
Reference in New Issue
Block a user