Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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.ts
File · 0.90
assertStandalone
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected