Juan

Results 1 issues of Juan

``` import { IOption as ngSelectOption, SelectComponent } from 'ng-select'; export class MyComponent implements AfterViewInit { @ViewChild('select') selectComponent: SelectComponent; options: ngSelectOption[] = []; ngAfterViewInit() { if (this.extensionSelectorComponent) { this.extensionSelectorComponent.open(); }...