MCPcopy 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

18import { RxPush } from '../push.pipe';
19
20function wrapWithSpace(str: string): string {
21 return '' + str + '';
22}
23@Component({
24 selector: 'rx-child',
25 template: `{{ value }}`,

Callers 1

push.pipe.spec.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected