projects/forms/select/single-select/select.component.ts
import { CngxSelectChange } from '@cngx/forms/select'
Change event emitted by CngxSelect.selectionChange on user picks.
CngxSelectOptionDef | null
T | undefined
Value before the change committed. Populated on every commit-flow emission (success + error) and on direct activation / clear paths; undefined only when the previous state was empty.
undefined
CngxSelect