Angular Labs
COOKIES

General Best Practices

Use OnPush Change Detection

Optimize performance by using OnPush change detection strategy when possible

⚡ Official General Performance
View Details

Prefer Standalone Components

Use standalone components instead of NgModules when possible for better modularity and tree-shaking

⚡ Official General
View Details