Angular Mat-Calendar Enviar a la forma

updateFormDate(value: any) {
    this.form.get('appointment').setValue(value);
}
Emre Yazar