Rule: no-output-native
Disallows naming directive outputs as standard DOM event.
Rationale
Listeners subscribed to an output with such a name will also be invoked when the native event is raised.
Notes:
TS Only
Config
Not configurable.
Examples
Schema
null