Pattern: Use of non-contextual decorator
Issue: -
Some decorators should only be used in certain class types. For example, the decorator @Input()
should not be used in a class decorated with @Injectable()
.
Pattern: Use of non-contextual decorator
Issue: -
Some decorators should only be used in certain class types. For example, the decorator @Input()
should not be used in a class decorated with @Injectable()
.