Class OptionsFromMethodDirective<Value, Parameters>

Type Parameters

  • Value = any
  • Parameters = any

Hierarchy (View Summary)

Implements

  • AfterViewInit
  • OnChanges
  • OnDestroy

Constructors

Properties

_loadOptionsSubscription?: Subscription
cdr: ChangeDetectorRef = ...
control?: RxapFormControl<any, any, any>
injector: Injector = ...
loading: WritableSignal<boolean> = ...
matFormField: null | MatFormField = null
method: OptionsMethod<ControlOptions<Value>, Parameters>
ngControl: null | NgControl | AbstractControlDirective = null
options: null | ControlOptions = null
parameters?: Parameters
resetOnChange?: Value
viewContainerRef: ViewContainerRef = ...

Methods

  • A callback method that is invoked immediately after the default change detector has checked data-bound properties if at least one has changed, and before the view and content children are checked.

    Parameters

    • changes: SimpleChanges

      The changed properties.

    Returns Promise<void>