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

Class MyStandalonePipeA

packages/core/test/test_bed_spec.ts:448–453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446 }
447
448 @Pipe({name: 'pipe'})
449 class MyStandalonePipeA {
450 transform(value: string): string {
451 return `transformed ${value} (A)`;
452 }
453 }
454 @Pipe({name: 'pipe'})
455 class MyStandalonePipeB {
456 transform(value: string): string {

Callers

nothing calls this directly

Calls 1

PipeInterface · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…