Angular - Change Detection
You have a component rendering a large list with
*ngFor using Default change detection. Which approach improves performance without switching to OnPush?