RR
Size: a a a
RR
RR
R
RR
ГР
R
ГР
R
ГР
R
organizationAttachment: Observable<any>;
patient: Observable<any>;
constructor(public dialogRef: MatDialogRef<PatientEditComponent>, @Inject(MAT_DIALOG_DATA) private data: any) {
// this.patient = data.patient;
// this.organizationAttachment = data.organizationAttachment;
this.patient = data.patient;
this.organizationAttachment = data.organizationAttachment;
}
AS
AV
AV
ID
VB
DT
this.store.pipe(
select(MySelector1),
select(MySelectror2)
).subscripbe([resp1, resp2] => {
console.log(resp1, resp2)
})
KG
this.store.pipe(
select(MySelector1),
select(MySelectror2)
).subscripbe([resp1, resp2] => {
console.log(resp1, resp2)
})
L
this.store.pipe(
select(MySelector1),
select(MySelectror2)
).subscripbe([resp1, resp2] => {
console.log(resp1, resp2)
})

DT