With PrimeNg 19, a multiselect can be reset by calling the updateModel function:
updateModel
select = viewChild<MultiSelect>('mySelectId'); clearSelection() { this.select().updateModel(null); }