How to add buttons without submit the form in Angular? April 30, 2023 by Tarik Just add type="button" to it. A button without any defined type in a form acts like a submit button for the form.