UNPKG

angular-dropdown-component

Version:

Even though a dropdown (select-option) is a pretty common utility but it still doesn't support basics such as search.

5 lines (4 loc) 165 B
import { PipeTransform } from '@angular/core'; export declare class GetSelectedNamePipe implements PipeTransform { transform(selectedOption: any): string; }