Performance · TL;DR

1 min read
Mid-level3 min read
Rapid overview

TL;DR

Angular performance centers on taming change detection: OnPush with immutable inputs, trackBy on ngFor, signals for fine-grained local state, and keeping logic out of templates. It also covers lazy loading, bundle and tree-shaking optimization, RxJS subscription hygiene, virtual scrolling, and AOT — the levers a senior engineer pulls to keep a large Angular app responsive.

See also