searchbar

<ion-searchbar [(ngModel)]="searchTerm"(ionClear)="clearsearch($event)"
(keyup)="search($event)" placeholder="Search By Name"></ion-searchbar>

clearsearch(ev){}



Comments

Popular posts from this blog

push multiple data in array(select and disselect items in array)

how to active side menu in ionic3

how to add accordian to ionic project