Pattern: Use of non-contextual lifecycle
Issue: -
Some life-cycle methods can only be used in certain class types. For example, ngOnInit()
method should not be used in an @Injectable
class.
Pattern: Use of non-contextual lifecycle
Issue: -
Some life-cycle methods can only be used in certain class types. For example, ngOnInit()
method should not be used in an @Injectable
class.