Is it possible to submit a form that does not have submit button (by pressing enter) example :
&
Edit:
hidden submit
In order to use this method, you need to have a submit button even if it's not displayed "Thanks for Toolkit's answer"
Old Answer:
Yes, exactly as you wrote it, except the event name is (submit) instead of (ngSubmit):
(submit)
(ngSubmit)