Feature/disable pagination of tabs (#272)

* Disable pagination

* Update changelog
pull/273/head
Thomas 4 years ago committed by GitHub
parent 818c40fc61
commit f6cdc4ff47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Hid the pagination of tabs
- Improved the support for future transactions (drafts)
- Upgraded `chart.js` from version `3.3.2` to `3.5.0`

@ -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>

Loading…
Cancel
Save