MCPcopy Index your code
hub / github.com/angular/angular / SayHelloPipe

Class SayHelloPipe

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

Source from the content-addressed store, hash-verified

376 // The generated code corresponds to the following decorator:
377 // @Pipe({name: 'sayHello', pure: true})
378 class SayHelloPipe extends ParentPipe implements PipeTransform {
379 transform() {
380 return this.sayHelloService.getHello();
381 }
382
383 static override ɵfac = (t?: any) => ɵɵgetInheritedFactory(t || SayHelloPipe)(SayHelloPipe);
384 static ɵpipe = ɵɵdefinePipe({
385 name: 'sayHello',
386 type: SayHelloPipe,
387 pure: true,
388 });
389 }
390
391 @Component({
392 selector: 'app',

Callers

nothing calls this directly

Calls 2

ɵɵgetInheritedFactoryFunction · 0.90
ɵɵdefinePipeFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…