Prefill form
Prefill form
Instructions
-
Update the
TaskFormComponent
class:preFillForm() {this.form.setValue({title: 'Task 1',description: 'Description 1',});}
Update the TaskFormComponent
class:
preFillForm() { this.form.setValue({ title: 'Task 1', description: 'Description 1', });}