Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rx-angular/rx-angular
/ strO
Method
strO
libs/state/spec/rx-state.component.spec.ts:64–66 ·
view source on GitHub ↗
(str$: Observable<string>)
Source
from the content-addressed store, hash-verified
62
63
@Input()
64
set strO(str$: Observable<string>) {
65
this.connect(
'str'
, str$);
66
}
67
68
@Output()
69
strChange: Observable<string> = this.$.pipe(select(
'str'
));
Callers
nothing calls this directly
Calls
1
connect
Method · 0.80
Tested by
no test coverage detected