Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ constructor
Method
constructor
packages/core/test/linker/integration_spec.ts:2767–2769 ·
view source on GitHub ↗
(@Host() api: PublicApi)
Source
from the content-addressed store, hash-verified
2765
})
2766
class
NeedsPublicApi {
2767
constructor(@Host() api: PublicApi) {
2768
expect(api instanceof PrivateImpl).toBe(true);
2769
}
2770
}
2771
2772
class
ToolbarContext {
Callers
nothing calls this directly
Calls
1
Host
Class · 0.90
Tested by
no test coverage detected