Rule: no-lifecycle-call

Disallows explicit calls to life cycle hooks.

Rationale

Explicit calls to life cycle hooks could be confusing. Invoke life cycle hooks is the responsability of Angular.

Notes:
TS Only

Config

Not configurable.

Examples
Schema
null