Skip to content

Instantly share code, notes, and snippets.

@afirdousi
Created July 1, 2017 23:46
Show Gist options
  • Save afirdousi/230885822ce28c3a386718ab89b98f58 to your computer and use it in GitHub Desktop.
Save afirdousi/230885822ce28c3a386718ab89b98f58 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