Rule: no-lifecycle-call
Disallows explicit calls to lifecycle methods.
Rationale
Explicit calls to lifecycle methods could be confusing. Invoke them is an Angular’s responsability.
Notes:
TS Only
Config
Not configurable.
Examples
Schema
null