How do I disable mat chip list?
If you want to disable MatChipList just write [disabled]="true" in mat-chip-list tag. Now the user can not remove chips anymore. If you want to disable the input field, just write [disabled]="true" in the input tag.
What is angular material contact chips?
The md-contact-chips, an Angular Directive, is an input control built on md-chips and uses the md-autocomplete element. The contact chip component accepts a query expression which returns a list of possible contacts. The user can select one of these and add it to the list of availble chips.
How do you use mat chips?
To create chips, start with a <mat-chip-set> element. Then, nest <mat-chip> elements inside the <mat-chip-set> . By default, <mat-chip> renders a chip with Material Design styles applied. For a chip with no styles applied, use <mat-basic-chip> .