AS
Size: a a a
AS
Р
AS
Р
EI
EI

Р
ВС
EI
Р

EI
МВ
this.formControl = this.controlContainer.control.get(this.control.name);
...
this.formControl.setValue(value);
this.fb.group({
this.fb.group({K✔
const currentDate = this.personForm.get("startHoliday").value as Date;
const targetDate = new Date(currentDate
.setMonth(currentDate
.getMonth() + this.personForm.get("endHoliday").value as number)
);
this.holiday.endHoliday = targetDate;
this.personForm.get("startHoliday").value всё время увеличивается дата на значение, введенное в this.personForm.get("endHoliday").value? Я же ничего не присваиваю в контрол startHolidaymoment, то тоже такой же баг. В чем дело?MG
ul style=""VL
this.formControl = this.controlContainer.control.get(this.control.name);
...
this.formControl.setValue(value);
this.fb.group({
this.fb.group({МВ
VL
МВ
VL
VK
