@angular/core

Signal

Type Alias

A reactive value which notifies consumers of any changes.

type Signal = (() => T) & {
[SIGNAL]: unknown;
}
Jump to details