Rule: no-output-native

Disallows naming directive outputs after a 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