Akanksha Saxenaexceptionhandled.hashnode.dev·May 26, 2024Mastering Angular Change Detection: Understanding OnPush StrategyIn the vibrant world of Angular development, mastering change detection is key to creating efficient and high-performance applications. One of the important aspects of this is understanding the ChangeDetectionStrategy.OnPush. Let's delve into this to...Angular
Niharika Gurnaniniharikagurnani.hashnode.dev·May 19, 2023Change Detection | ImmutabilityChange Detection => Process run by angular to check whether the app's state has been changed. Happens from top to bottom. It runs periodically so that changes in the logic/components/data models are getting reflected in the view. {also happens on dat...33 readsimmutability