I've got an Angular Material Reactive Form in my example with some simple inputs and validations. I've built in two buttons: one outside, one inside the form tag. Can anyone tell me why the whole form gets validated if clicked on the button inside the form?
How can I block the validation in this case?
Example: https://stackblitz.com/edit/angular-ivy-m4kar5?file=src%2Fapp%2Fhello.component.html