Created
January 5, 2021 05:09
-
-
Save thisiszoaib/c49e0a3210ef98dc89e780e9d4a7f38c to your computer and use it in GitHub Desktop.
Chips 5
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
export class ChipsMultiSelectComponent implements OnInit, ControlValueAccessor { | |
writeValue(value: string[]): 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