MCPcopy 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})
2737class NeedsPublicApi {
2738 constructor(@Host() api: PublicApi) {
2739 expect(api instanceof PrivateImpl).toBe(true);
2740 }
2741}
2742
2743class ToolbarContext {

Callers

nothing calls this directly

Calls 1

HostClass · 0.90

Tested by

no test coverage detected