Change Detection in Angular — a practical guide to Angular change detection with clear examples you can reuse in real projects.
Angular Tutorial Series (106/119). Prefer one article? Read the complete Angular tutorial.
Short description
Async events trigger CD; avoid heavy work in templates.
CD tip
Default checks components
Zone.js patches async APIs
Signals integrate with CD
Keep templates light