List of articles related to Angular framework
Angular Signals is a new reactivity model in Angular 16. Signals provide a new way for our code to tell our templates (and other code) that our data has changed.
Highlights: Angular 16
Angular Signals
introduction
Shows you in a demo application the differences between the ComponentStore and the new signal-based model.
Highlights: Angular 16
Angular Signals
ComponentStore
NgRx
NgRx SignalStore
This article explains how to manage subscriptions in Angular components without repeating the same teardown logic in each component.
Highlights: RxJS
subscriptions
Angular has a tool that helps developers to measure how long will it take for a change detection cycle on average for a specific screen in your Angular application, but it is turned off by default.
Highlights: optimization
performances
development
change detection
Angular Change detection is the central mechanism in the framework. This is an example how you can measure Angular change detection cycle time in raw numbers.
Highlights: simple
measurement
change detection