UNPKG

tile-list-grid

Version:

A simple grid that can be configured to view tiles or a list

4 lines 256 B
<div class="inline-form-control filter pull-left" tooltip="Filter" [ngClass]="{active: isFilterEnabled}" (click)="changeFilterViewState()"> <input type="text" [(ngModel)]="filterTerm" (keyup)="onFilterTextChnage()" [placeholder]="filterBy"> </div>