Ionic 4 Reset Form
this.orderForm.reset();
or to only reset a single field
this.orderForm['controls']['itemname'].reset();
Panicky Puma
this.orderForm.reset();
or to only reset a single field
this.orderForm['controls']['itemname'].reset();