UNPKG

@ngrx/signals

Version:

Reactive Store and Set of Utilities for Angular Signals

10 lines (9 loc) 424 B
export { on } from './case-reducer'; export { Dispatcher } from './dispatcher'; export { event, EventCreator } from './event-creator'; export { eventGroup } from './event-creator-group'; export { EventInstance } from './event-instance'; export { Events } from './events-service'; export { injectDispatch } from './inject-dispatch'; export { withEffects } from './with-effects'; export { withReducer } from './with-reducer';