Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ constructor
Method
constructor
packages/core/test/linker/integration_spec.ts:2738–2740 ·
view source on GitHub ↗
(@Host() api: PublicApi)
Source
from the content-addressed store, hash-verified
2736
})
2737
class
NeedsPublicApi {
2738
constructor(@Host() api: PublicApi) {
2739
expect(api instanceof PrivateImpl).toBe(true);
2740
}
2741
}
2742
2743
class
ToolbarContext {
Callers
nothing calls this directly
Calls
1
Host
Class · 0.90
Tested by
no test coverage detected