Fix member visibility build error

pull/18/head
garrettmills 4 years ago
parent 7916c7966f
commit a463334c94

@ -19,7 +19,7 @@ import {IonSelect} from '@ionic/angular';
], ],
}) })
export class SelectEditorComponent implements ICellEditorAngularComp, AfterViewInit { export class SelectEditorComponent implements ICellEditorAngularComp, AfterViewInit {
private params: ICellEditorParams; public params: ICellEditorParams;
public value: string; public value: string;
public options: Array<{value: string}> = []; public options: Array<{value: string}> = [];
@ViewChild('select', {static: false}) select: IonSelect; @ViewChild('select', {static: false}) select: IonSelect;

Loading…
Cancel
Save