What are recommanditions for @Output event names (to prevent native event name collision)? [closed] What are recommanditions for @Output event names (to prevent native event name collision)? [closed] angular angular

What are recommanditions for @Output event names (to prevent native event name collision)? [closed]


I'm prefixing @Output events with the name of my components, which seems to work pretty well and to provide a consistent and clear convention which avoids the problems you describe. For example, suppose I have a component named, e.g. TurnEditorComponent -- @Output events might be named turnEditorChange, turnEditorFocus, turnEditorBlur and so on.