Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/rx-angular/rx-angular
/ wrapWithSpace
Function
wrapWithSpace
libs/template/push/src/lib/tests/push.pipe.spec.ts:20–22 ·
view source on GitHub ↗
(str: string)
Source
from the content-addressed store, hash-verified
18
import
{ RxPush } from
'../push.pipe'
;
19
20
function
wrapWithSpace(str: string): string {
21
return
''
+ str +
''
;
22
}
23
@Component({
24
selector:
'rx-child'
,
25
template: `{{ value }}`,
Callers
1
push.pipe.spec.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected