bentuk reaktif secara terprogram menetapkan nilai


  this.formRef.patchValue({
    field: value1,
    field2: value2,
    /* ... */
  });
Narshe