MCPcopy Create free account
hub / github.com/angular/angular / PurePipe

Class PurePipe

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

Source from the content-addressed store, hash-verified

257}
258
259@Pipe({
260 name: 'purePipe',
261 pure: true,
262 standalone: false,
263})
264class PurePipe implements PipeTransform {
265 constructor() {}
266 transform(value: any): any {
267 return this;
268 }
269}
270
271@Pipe({
272 name: 'impurePipe',

Callers

nothing calls this directly

Calls 1

PipeInterface · 0.90

Tested by

no test coverage detected