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

Class DependingClass

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

Source from the content-addressed store, hash-verified

66}
67
68class DependingClass {
69 constructor(readonly testClass: TestClass) {}
70 static ɵfac = ɵɵngDeclareFactory({
71 type: DependingClass,
72 deps: [{token: TestClass}],
73 target: ɵɵFactoryTarget.Injectable,
74 });
75}
76
77class ChildClass extends DependingClass {
78 static override ɵfac = ɵɵngDeclareFactory({

Callers

nothing calls this directly

Calls 1

ɵɵngDeclareFactoryFunction · 0.90

Tested by

no test coverage detected