Skip to content

Instantly share code, notes, and snippets.

@dmitry-stepanenko
Created September 2, 2022 08:30
Show Gist options
  • Save dmitry-stepanenko/2b154e0a859f4ea99698115486050d8e to your computer and use it in GitHub Desktop.
Save dmitry-stepanenko/2b154e0a859f4ea99698115486050d8e to your computer and use it in GitHub Desktop.
interface ControlValueAccessor {
writeValue(obj: any): void
registerOnChange(fn: any): void
registerOnTouched(fn: any): void
setDisabledState(isDisabled: boolean)?: void
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment