最佳答案
@Pipe({name:'myPipe', pure: false})
I am unable to understand impure pipes.
What's the difference between pure and impure pipes?
Please explain with a simple and basic example.