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) 76 B
export interface IDropdownInput { name?: string; id?: number; }