Rule: no-host-metadata-property

Disallows usage of the host metadata property.

See more at https://angular.io/styleguide#style-06-03.

Rationale

If you ever need to rename the property associated with @HostBinding or the method associated with @HostListener, you can modify it in a single place.

Notes:
TS Only

Config

Not configurable.

Examples
Schema
null