UNPKG

ngx-select2-ex

Version:

Angular(2+) version of the popular alternative to select inputs, Select2. Select2 classes are used in the template, so you can use any pre-existing styles for Select2 and it will look the same as the original.

8 lines (7 loc) 253 B
import { ElementRef, OnInit } from '@angular/core'; export declare class NgxSelect2ExDropdownSearchFieldDirective implements OnInit { private el; constructor(el: ElementRef); ngOnInit(): void; private setFocusForDropdownSearchField(); }