@ViewChild('matRef') matRef: MatSelect; clear() { this.matRef.options.forEach((data: MatOption) => data.deselect()); }