YK
Size: a a a
YK
YK
YK
R
YK
YK
Кm
R
YK
YK
AL
YK
R
YK
AL
R
R
add(): void {
const dialogRef = this.dialog.open(PatientCreateComponent, {
width: 'auto', data: { doctorList: this.doctorList }
});
dialogRef.afterClosed().subscribe(result => {
if (result) {
this._patientService.add(result.email).subscribe((result: any) => {
this.getAll();
});
}
});
}
VL
AL
R