ठीक है, तो शायद यह स्पष्ट नहीं है। इस फॉर्म को प्राप्त करें:
<form (ngSubmit)="submit()" #crisisForm="ngForm">
<input type="text" name="name" [(ngModel)]="crisis.name">
<button type="submit">Submit</button>
<button type="button" (click)="preview()">Preview</button>
<button type="reset" (click)="reset()">Reset</button>
</form>
सभी बटन submit()
फ़ंक्शन को ट्रिगर क्यों करते हैं ? और इससे कैसे बचा जाए?