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

Class SomePipe

packages/core/test/test_bed_spec.ts:2186–2195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2184 describe('resetting ng defs', () => {
2185 it('should restore ng defs to their initial states', () => {
2186 @Pipe({
2187 name: 'somePipe',
2188 pure: true,
2189 standalone: false,
2190 })
2191 class SomePipe {
2192 transform(value: string): string {
2193 return `transformed ${value}`;
2194 }
2195 }
2196
2197 @Directive({
2198 selector: 'someDirective',

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…