Created
January 5, 2021 05:15
-
-
Save thisiszoaib/6a6d48f5a901bc19158a81e41ce45798 to your computer and use it in GitHub Desktop.
Chips 9
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
@Component({ | |
selector: 'app-chips-multi-select', | |
templateUrl: './chips-multi-select.component.html', | |
styleUrls: ['./chips-multi-select.component.scss'], | |
providers: [ | |
{ | |
provide: NG_VALUE_ACCESSOR, | |
useExisting: ChipsMultiSelectComponent, | |
multi: true, | |
}, | |
], | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment