A mat-select inside a mat-checkbox label is tricky: if I click the mat-select, the checkbox is also toggled. I don't want this to happen...
I have tried taking the select out of the checkbox, but then it is hard to display the two nicely on one line. I have also replace the mat-select with a select. This works, but is less perfect. (e.g., if I want to do multiple selections).
Here is a working example: https://angular-7em9xn.stackblitz.io
with code: https://stackblitz.com/edit/angular-7em9xn