I use Angular7 with Angular Material, I have a form which contain a component which contain a mat-select. The select in the form out of my component work but not the one into my component.
Viewable on this stackblitz : https://stackblitz.com/edit/angular-hqkcgq
The actual result is that submiting form don't send the value of the select, but it have to. You can see in console when submiting the form.
edit: the stackblitz is edited and now work as I want