Skip to content

Instantly share code, notes, and snippets.

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