ZoneSelectorComponent
A form control for selecting zones.
- Implements: ControlValueAccessor
selectedValuesChange
property
readonly
property
transformControlValueAccessorValue
property
(value: Zone | undefined) => anyselectedId$
property
onChangeFn
property
(val: any) => voidonTouchFn
property
() => voiddisabled
property
value
property
string | Zonezones$
property
constructor
method
(dataService: DataService, changeDetectorRef: ChangeDetectorRef) => ZoneSelectorComponentonChange
method
(selected: Zone) => registerOnChange
method
(fn: any) => registerOnTouched
method
(fn: any) => setDisabledState
method
(isDisabled: boolean) => voidfocus
method
() => writeValue
method
(obj: string | Zone | null) => voidWas this chapter helpful?