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

Class Minimal

packages/core/test/render3/jit/declare_injectable_spec.ts:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127});
128
129class Minimal {
130 static ɵfac = () => new Minimal();
131 static ɵprov = ɵɵngDeclareInjectable({type: Minimal});
132}
133
134class UseClass {
135 static ɵprov = ɵɵngDeclareInjectable({type: UseClass, useClass: UseClass});

Callers

nothing calls this directly

Calls 1

ɵɵngDeclareInjectableFunction · 0.90

Tested by

no test coverage detected