Skip to content

Commit

Permalink
ekleme işleminden sonra form resetlenir.
Browse files Browse the repository at this point in the history
  • Loading branch information
NisanurBulut committed Jul 26, 2020
1 parent 1d902a7 commit a351709
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ export class AddItemFormComponent implements OnInit {
// bu değeri dinleyene formu gönderir
// parente haber verecek
this.submitForm.emit(form.value);
form.reset();
}
}

0 comments on commit a351709

Please sign in to comment.