Forma resetowania Ionic 4
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();