Rule: use-pipe-transform-interface

Ensures that classes decorated with @Pipe implement PipeTransform interface.

Rationale

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

Notes:
TS Only

Config

Not configurable.

Examples
Schema
null