@rx-angular/cdk
@rx-angular/cdk is a Component Development Kit, a helper layer of low-level,
@rx-angular/cdk is a Component Development Kit, a helper layer of low-level,
@rx-angular/cdk/coercing coerces a value that may be either a static value or an
@rx-angular/cdk/notifications models the full reactive context of an async source
Since Angular v21, change detection is zoneless by default and Zone.js is
The browser runs your application on a single UI thread. Everything (script
The concurrent strategies are a set of five named render strategies that schedule
Authoring a custom render strategy means writing your own change-detection
deleteProp
dictionaryToArray
Behavior of each transformation helper for null, undefined, and malformed
extract
Goal: accept an input that may be either a static value or an Observable, and
Since Angular v21, change detection is zoneless by default and Zone.js is
Goal. Schedule expensive rendering and background work so the browser's UI
Goal. Defer app-level work (analytics, a heavy chart, a global "still
Since Angular v21, change detection is zoneless by default and Zone.js is
HydrationTracker exposes an app-wide "fully hydrated" signal for a
When you update state in modern Angular, how you produce the new value matters as
insert
Managing a collection in component state means writing the same add / update / remove
patch
remove
By the end of this lesson you will have a list of 10,000 rows that updates on a live
The render strategies were written to give explicit, fine-grained control over a
RxStrategyProvider is the service surface for scheduling arbitrary work against
setProp
slice
An asynchronous source is more than the values it emits. A stream that fetches a
toDictionary
toggle
npm
Change detection is the process Angular uses to decide _which parts of the DOM
update
upsert
Since Angular v21, change detection is zoneless by default and Zone.js is
For most of Angular's history, an application did not decide when to re-render.