Back to Angular

Signals Demo

adev/src/app/features/home/components/signals-demo/signals-demo.html

22.1.0-next.3308 B
Original Source

Signals: Fine-Grained Reactivity

Type in the search box to filter the list. A computed signal automatically recalculates the filteredItems whenever the searchTerm signal changes.

@for (item of filteredItems(); track item) { {{ item }} }

Learn more about signals

component.ts

component.html