Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ MyStandalonePipeB
Class
MyStandalonePipeB
packages/core/test/test_bed_spec.ts:454–459 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
452
}
453
}
454
@Pipe({name:
'pipe'
})
455
class
MyStandalonePipeB {
456
transform(value: string): string {
457
return
`transformed ${value} (B)`;
458
}
459
}
460
461
@Component({
462
template:
'<div dir>{{ name | pipe }}</div>'
,
Callers
nothing calls this directly
Calls
1
Pipe
Interface · 0.90
Tested by
no test coverage detected