I have created a page with some form controls. In the same page I have to regenerate the same form on click of button.
How can I reuse the same form after the button has been clicked?
You can use the FormGroup.reset() method - here are the official docs.
FormGroup.reset()