MCPcopy
hub / github.com/rx-angular/rx-angular / rxState

Function rxState

libs/state/spec/rx-state.spec.ts:449–452  ·  view source on GitHub ↗
(...args: Parameters<typeof rxState<T>>)

Source from the content-addressed store, hash-verified

447function setUpWithoutInjectionContext() {
448 return {
449 rxState<T extends object>(...args: Parameters<typeof rxState<T>>) {
450 const state = rxState(...args);
451 return state;
452 },
453 };
454}

Callers 4

CounterComponentClass · 0.90
CounterServiceClass · 0.90
rx-state.spec.tsFile · 0.90
TestComponentClass · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected