MCPcopy 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})
2766class NeedsPublicApi {
2767 constructor(@Host() api: PublicApi) {
2768 expect(api instanceof PrivateImpl).toBe(true);
2769 }
2770}
2771
2772class ToolbarContext {

Callers

nothing calls this directly

Calls 1

HostClass · 0.90

Tested by

no test coverage detected