Rule: use-lifecycle-interface
Ensures classes implement lifecycle interfaces corresponding to the declared lifecycle methods.
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