ng2-dnd icon indicating copy to clipboard operation
ng2-dnd copied to clipboard

Event Name Anti-Pattern

Open amcdnl opened this issue 7 years ago • 0 comments

Prefixing event names with things like on for example in onDropSuccess is considered an anti-pattern. https://angular.io/guide/styleguide#dont-prefix-output-properties

Proper name would be something like: dropSuccess.

amcdnl avatar Jan 28 '18 18:01 amcdnl