Angular Labs
COOKIES
general / Use OnPush Change Detection

Use OnPush Change Detection

Optimize performance by using OnPush change detection strategy when possible

Usage
rules: {
"@angular-eslint/prefer-on-push-component-change-detection": "error"
}
Configuration

This rule does not include configuration options.