UNPKG

ionic2-auto-complete-with-ng5

Version:

Ionic2 Auto Complete module with Angular5 support written in TypeScript

8 lines (7 loc) 233 B
import { PipeTransform } from '@angular/core'; /** * bolds the beggining of the matching string in the item */ export declare class BoldPrefix implements PipeTransform { transform(value: string, keyword: string): any; }