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

Class

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

Source from the content-addressed store, hash-verified

135 standalone: false,
136})
137class SomePipe {
138 transform(value: string) {
139 return `transformed ${value}`;
140 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected