MCPcopy Create free account
hub / github.com/angular/angular / TestClass

Class TestClass

packages/core/test/render3/jit/declare_factory_spec.ts:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62});
63
64class TestClass {
65 static ɵfac = ɵɵngDeclareFactory({type: TestClass, deps: [], target: ɵɵFactoryTarget.Injectable});
66}
67
68class DependingClass {
69 constructor(readonly testClass: TestClass) {}

Callers

nothing calls this directly

Calls 1

ɵɵngDeclareFactoryFunction · 0.90

Tested by

no test coverage detected