UNPKG

@rx-angular/state

Version:

@rx-angular/state is a light-weight, flexible, strongly typed and tested tool dedicated to reduce the complexity of managing component state and side effects in angular

5 lines 288 B
export { RxActionFactory } from './lib/actions.factory'; export { rxActions } from './lib/rx-actions'; export * from './lib/transforms'; export { ActionDispatchers, ActionDispatchFn, ActionObservables, ActionTransforms, RxActions, } from './lib/types'; //# sourceMappingURL=index.d.ts.map