Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rx-angular/rx-angular
/ str
Method
str
libs/state/spec/rx-state.component.spec.ts:59–61 ·
view source on GitHub ↗
(str: string)
Source
from the content-addressed store, hash-verified
57
58
@Input()
59
set str(str: string) {
60
this.set({ str });
61
}
62
63
@Input()
64
set strO(str$: Observable<string>) {
Callers
nothing calls this directly
Calls
1
set
Method · 0.45
Tested by
no test coverage detected