DEV Community

Discussion on: Angular performance part 2

Collapse
 
nikolaiadamovich profile image
Nikolai-Adamovich

In the “@Pipe” decorator you can specify “pure” flag as true.

You don't need to do that. Pipes are pure by default.