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

Method constructor

libs/state/src/lib/rx-state.service.ts:108–112  ·  view source on GitHub ↗

* @internal

()

Source from the content-addressed store, hash-verified

106 * @internal
107 */
108 constructor() {
109 this.subscription.add(this.subscribe());
110
111 inject(DestroyRef).onDestroy(() => this.subscription.unsubscribe());
112 }
113
114 /**
115 * @description

Callers

nothing calls this directly

Calls 2

subscribeMethod · 0.95
addMethod · 0.45

Tested by

no test coverage detected