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

Class ImpurePipe

packages/core/test/linker/view_injector_integration_spec.ts:271–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271@Pipe({
272 name: 'impurePipe',
273 pure: false,
274 standalone: false,
275})
276class ImpurePipe implements PipeTransform {
277 constructor() {}
278 transform(value: any): any {
279 return this;
280 }
281}
282
283@Pipe({
284 name: 'pipeNeedsChangeDetectorRef',

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…