Tag: Angular
Angular Performance Optimization
Optimize change detection, bundles, and runtime rendering.
Change Detection in Angular
Understand Default change detection walking the component tree.
OnPush Change Detection in Angular
Skip checks when inputs are unchanged by reference with ChangeDetectionStrategy.OnPush.
Lazy Loading and Code Splitting in Angular
Split bundles with lazy routes and dynamic import().
Angular Security Best Practices
Trust Angular sanitization; avoid bypassSecurityTrust* unless necessary.
Local Storage and Session Storage in Angular
Persist non-sensitive prefs in web storage.