Created
September 18, 2020 04:37
-
-
Save jcamilom/919b043f92a54df2ad4486933920f5a4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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