@ViewChild(MatSelectionList) selectionList: MatSelectionList; ngOnInit() { this.selectionList.selectedOptions = new SelectionModel<MatListOption>(false); }