Rule: use-lifecycle-interface

Ensure that components implement life cycle interfaces if they use them.

See more at https://angular.io/styleguide#style-09-01.

Rationale

Interfaces prescribe typed method signatures. Use those signatures to flag spelling and syntax mistakes.

Notes:
TS Only

Config

Not configurable.

Examples
Schema
null