Skip to content

๐Ÿ…ฐ๏ธ Signals (โš ๏ธ Preview)

const count = signal(0);
effect(() => console.log(count()));

โš ๏ธ API may change; check current Angular docs.