Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ SomePipe
Class
SomePipe
packages/platform-browser/test/testing_public_spec.ts:133–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
}
132
133
@Pipe({
134
name:
'somePipe'
,
135
standalone: false,
136
})
137
class
SomePipe {
138
transform(value: string) {
139
return
`transformed ${value}`;
140
}
141
}
142
143
@Component({
144
selector:
'comp'
,
Callers
nothing calls this directly
Calls
1
Pipe
Interface · 0.90
Tested by
no test coverage detected