You can use:
this.notelinkingForm.getRawValue()
From Angular docs:
If you’d like to include all values regardless of disabled status, use this method. Otherwise, the
valueproperty is the best way to get the value of the group.
You can use:
this.notelinkingForm.getRawValue()
From Angular docs:
If you’d like to include all values regardless of disabled status, use this method. Otherwise, the
valueproperty is the best way to get the value of the group.