Change Detection in Angular
Understand Default change detection walking the component tree.
Understand Default change detection walking the component tree.
Skip checks when inputs are unchanged by reference with ChangeDetectionStrategy.OnPush.
Split bundles with lazy routes and dynamic import().
Trust Angular sanitization; avoid bypassSecurityTrust* unless necessary.
Persist non-sensitive prefs in web storage.
Write describe/it expectations for services and pure logic.