Is it possible to submit a form that does not have submit button (by pressing enter) example :
Most answers here suggest using something like:
This approach does not result in the form object being marked as submitted. You might not care for this, but if you're using something like @ngspot/ngx-errors (shameless self-promotion) for displaying validation errors, you gonna want to fix that. Here's how: