Skip to main content

24 docs tagged with "template"

View All Tags

RxFor

RxFor renders a list concurrently: each item template is a single renderable

RxIf

RxIf is a reactive suspense / error / complete template state machine driven from an Observable (or Signal, or static value). Bind an async condition directly and render loading, error, and complete UI from the source's notifications: no manual @if boilerplate, no extra async pipes to wire the states together.

RxLet

RxLet (*rxLet) binds an Observable, Signal, or plain value to the template and

RxPush

Under zoneless change detection (default since Angular v21) the standard

RxUnpatch

RxUnpatch re-registers DOM event listeners through the zone-unpatched

RxVirtualFor

*rxVirtualFor is a structural directive that renders only the items currently

RxVirtualView

This feature is under developer preview. It won't follow semver.

The reactive context

An asynchronous source is more than the values it emits. A stream that fetches a