InteropSharedKeys
Type Alias
Properties of both NgControl & AbstractControl that are supported by the InteropNgControl.
API
type InteropSharedKeys = | 'value' | 'valid' | 'invalid' | 'touched' | 'untouched' | 'disabled' | 'enabled' | 'errors' | 'pristine' | 'dirty' | 'status'
Jump to details