I am using Angular 6 with Angular Material 6. I want to required the mat-chip field. When i input mat-chip field then the save button will be enable otherwise will be disabled. The input field is required but can not able to require the mat-chip field. Please help me to find the solution. Thanks.
My sample code link here: stackblitz demo
{{ sampleForm.form .value | json }}
in your template. – Wand Maker