Open amcdnl opened 6 years ago
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
on
onDropSuccess
Proper name would be something like: dropSuccess.
dropSuccess
Prefixing event names with things like
on
for example inonDropSuccess
is considered an anti-pattern. https://angular.io/guide/styleguide#dont-prefix-output-propertiesProper name would be something like:
dropSuccess
.