Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 245 Bytes

no-pipe-impure.md

File metadata and controls

11 lines (6 loc) · 245 Bytes

Pattern: Use of impure pipe

Issue: -

Description

Impure pipes should be avoided because they are invoked on each change-detection cycle.

Further Reading