Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 389 Bytes

use-pipe-transform-interface.md

File metadata and controls

11 lines (6 loc) · 389 Bytes

Pattern: Missing of PipeTransform interface

Issue: -

Description

Ensures that classes decorated with @Pipe implement PipeTransform interface. Interfaces prescribe typed method signatures. Use those signatures to flag spelling and syntax mistakes.

Further Reading