UNPKG

my-test123

Version:
19 lines (18 loc) 711 B
<header class="toolbar-header"> <pfng-toolbar [config]="toolbarConfig" [actionTemplate]="actionsTemplate" [viewTemplate]="addTemplate" (onFilterChange)="filterChange($event)" (onFilterFieldSelect)="selectFilterType($event)" (onFilterTypeAhead)="filterQueries($event)"> <ng-template #actionsTemplate> </ng-template> <ng-template #addTemplate> <ng-container *ngIf="context === 'listview'"> <input type="checkbox" checked="checked" (change)="checkboxToggle($event)" name="Show Tree" id="showTree"> <label class="show-tree__label" for="showTree">&nbsp;Show Tree</label> </ng-container> </ng-template> </pfng-toolbar> </header>