Rule: no-input-rename
Disallows renaming directive inputs by providing a string to the decorator.
See more at https://angular.io/styleguide#style-05-13.
Rationale
Two names for the same property (one private, one public) is inherently confusing.
Notes:
TS Only
Config
Not configurable.
Examples
Schema
null