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

Class MyPipe

packages/platform-browser/test/testing_public_spec.ts:1159–1167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1157
1158 it('should throw if TestBed.overridePipe is called after TestBed initialization', () => {
1159 @Pipe({
1160 name: 'myPipe',
1161 standalone: false,
1162 })
1163 class MyPipe {
1164 transform(value: any) {
1165 return value;
1166 }
1167 }
1168
1169 TestBed.inject(Injector);
1170

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…