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

Class ChildClass

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

Source from the content-addressed store, hash-verified

75}
76
77class ChildClass extends DependingClass {
78 static override ɵfac = ɵɵngDeclareFactory({
79 type: ChildClass,
80 deps: null,
81 target: ɵɵFactoryTarget.Injectable,
82 });
83}
84
85class InvalidDepsClass {
86 static ɵfac = ɵɵngDeclareFactory({

Callers

nothing calls this directly

Calls 1

ɵɵngDeclareFactoryFunction · 0.90

Tested by

no test coverage detected