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

Function isStandalone

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

Source from the content-addressed store, hash-verified

215 return factory.ngContentSelectors;
216 },
217 get isStandalone(): boolean {
218 return componentDef.standalone;
219 },
220 get isSignal(): boolean {
221 return componentDef.signals;
222 },

Callers 2

standalone_spec.tsFile · 0.90
assertStandaloneFunction · 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…