ঠিক আছে তাই সম্ভবত এটি অস্পষ্ট। এই ফর্মটি পান:
<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()
ফাংশন ট্রিগার করে ? আর কীভাবে এড়ানো যায়?