MCPcopy
hub / github.com/angular/angular / ParentPipe

Class ParentPipe

packages/core/test/acceptance/pipe_spec.ts:369–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367 // The generated code corresponds to the following decorator:
368 // @Injectable()
369 class ParentPipe {
370 constructor(protected sayHelloService: SayHelloService) {}
371
372 static ɵfac = (t?: any) => new (t || ParentPipe)(ɵɵinject(SayHelloService));
373 static ɵprov = ɵɵdefineInjectable({token: ParentPipe, factory: ParentPipe.ɵfac});
374 }
375
376 // The generated code corresponds to the following decorator:
377 // @Pipe({name: 'sayHello', pure: true})

Callers

nothing calls this directly

Calls 2

ɵɵinjectFunction · 0.90
ɵɵdefineInjectableFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…