Skip to content

Instantly share code, notes, and snippets.

@thisiszoaib
Created January 5, 2021 05:09
Show Gist options
  • Save thisiszoaib/c49e0a3210ef98dc89e780e9d4a7f38c to your computer and use it in GitHub Desktop.
Save thisiszoaib/c49e0a3210ef98dc89e780e9d4a7f38c to your computer and use it in GitHub Desktop.
Chips 5
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