Skip to content
Snippets Groups Projects
Commit 81efa9b5 authored by jojohoch's avatar jojohoch
Browse files

[player] Rename selector of HideFirstChildDirective

parent 9a0c87e5
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@
<ng-template #scrollPagesSeparatedView let-pagesContainer>
<mat-tab-group
appHideFirstChild
aspectHideFirstChild
[hideFirstChild]="hidePageLabels"
(childHeight)="tabHeaderHeight = $event"
mat-align-tabs="start"
......
......@@ -7,7 +7,7 @@ import { takeUntil } from 'rxjs/operators';
import { NativeEventService } from '../services/native-event.service';
@Directive({
selector: '[appHideFirstChild]'
selector: '[aspectHideFirstChild]'
})
export class HideFirstChildDirective implements OnInit, AfterViewInit, OnDestroy {
@Input() hideFirstChild!: boolean;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment