You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When turning on the rule contextual-life-cycle, if an @Injectable is defined before a component/directive using lifecycle hooks the rule incorrectly flags a violation. Sample below as an adaptation of the main codelyzer demo, but it seems the demo does not have the rule activated.
When turning on the rule
contextual-life-cycle
, if an@Injectable
is defined before a component/directive using lifecycle hooks the rule incorrectly flags a violation. Sample below as an adaptation of the main codelyzer demo, but it seems the demo does not have the rule activated.The text was updated successfully, but these errors were encountered: