Angular - Pipes
Given this Angular pipe usage:
If customPipe is pure, when will it run again after initial render?
items = [1, 2, 3];
// Template: {{ items | customPipe }}
If customPipe is pure, when will it run again after initial render?
