Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
model_input_spec.ts
File · 0.90
is_signal_spec.ts
File · 0.90
linked_signal_spec.ts
File · 0.90
warnIfSignal
Function · 0.90
create-custom-element_spec.ts
File · 0.90
get
Function · 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…