Defined in: batcher/injectBatcher.ts:8
TValue
TSelected = { }
readonly state: Signal<Readonly<TSelected>>;
Defined in: batcher/injectBatcher.ts:17
Reactive state signal that will be updated when the batcher state changes
Use this instead of batcher.store.state
readonly store: Store<Readonly<BatcherState<TValue>>>;
Defined in: batcher/injectBatcher.ts:22
Use batcher.state instead of batcher.store.state if you want to read reactive state. The state on the store object is not reactive in Angular signals.