Skip to main content

ZoneSelectorComponent

A form control for selecting zones.

Signature
  • Implements: ControlValueAccessor

selectedValuesChange

property

readonly

property

transformControlValueAccessorValue

property(value: Zone | undefined) => any

selectedId$

property

onChangeFn

property(val: any) => void

onTouchFn

property() => void

disabled

property

value

propertystring | Zone

zones$

property

constructor

method(dataService: DataService, changeDetectorRef: ChangeDetectorRef) => ZoneSelectorComponent

onChange

method(selected: Zone) =>

registerOnChange

method(fn: any) =>

registerOnTouched

method(fn: any) =>

setDisabledState

method(isDisabled: boolean) => void

focus

method() =>

writeValue

method(obj: string | Zone | null) => void
Was this chapter helpful?
Report Issue
Edited Feb 23, 2026ยทEdit this page