Angular - Templates and Data Binding
You want to call a method
submitForm() only when the user presses the Enter key inside an input box. Which Angular event binding syntax correctly achieves this?<input (??? )="submitForm()" />
