MCPcopy Index your code
hub / github.com/angular/angular / isSignal

Function isSignal

packages/core/src/render3/component.ts:220–222  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

218 return componentDef.standalone;
219 },
220 get isSignal(): boolean {
221 return componentDef.signals;
222 },
223 };
224}

Callers 6

is_signal_spec.tsFile · 0.90
warnIfSignalFunction · 0.90
getFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…