angular-training-slides icon indicating copy to clipboard operation
angular-training-slides copied to clipboard

Develop question to check that learner understands which names to use for binding to DOM events

Open rpdasilva opened this issue 7 years ago • 0 comments

  • Angular DOM event bindings use native DOM event names without the on prefix.
  • i.e. onclick == (click)

Q: What would the Angular binding for onmouseenter be? A: (mouseenter)

10min

rpdasilva avatar Mar 27 '17 20:03 rpdasilva