reusable extensibility lib (#585)

reusable extensibility lib (part 1)
This commit is contained in:
Denys Vuika
2018-08-29 16:38:44 +01:00
committed by GitHub
parent 091e0d3e3f
commit c916ab4cd1
88 changed files with 1312 additions and 1123 deletions

View File

@@ -38,7 +38,7 @@ export class InfoDrawer extends Component {
tabLabel: '.mat-tab-label-content',
tabActiveLabel: '.mat-tab-label-active',
activeTabContent: '.mat-tab-body-active .mat-tab-body-content app-dynamic-tab',
activeTabContent: '.mat-tab-body-active .mat-tab-body-content adf-dynamic-tab',
next: '.mat-tab-header-pagination-after .mat-tab-header-pagination-chevron',
previous: '.mat-tab-header-pagination-before .mat-tab-header-pagination-chevron'
};