Rule: contextual-decorator

Ensure that classes use allowed decorator in its body.

Rationale

Some decorators can only be used in certain class types. For example, an @Input should not be used in an @Injectable class.

Notes:
TS Only

Config

Not configurable.

Examples
Schema
null