Class AutocompleteOptionsFromMethodDirective<Value, Parameters>

Type Parameters

Hierarchy (View Summary)

Implements

  • AfterViewInit
  • OnDestroy

Constructors

Properties

_loadOptionsSubscription?: Subscription
cdr: ChangeDetectorRef = ...
control?: RxapFormControl<any, any, any>
injector: Injector = ...
isValue?: (value: any) => boolean
loading: WritableSignal<boolean> = ...
matAutocomplete?: MatAutocomplete
matFormField: null | MatFormField = null
method: Method<ControlOptions, Parameters>
ngControl: null | NgControl = null
options: null | ControlOptions = null
parameters?: Parameters
resetOnChange?: Value
resolveMethod?: MethodWithParameters<
    ControlOption<any, string>,
    { value: Value } & Parameters,
>
toDisplay?: (value: any) => string
viewContainerRef: ViewContainerRef = ...

Methods