@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
4 lines • 381 B
TypeScript
export { provideRxStateConfig, RX_ACCUMULATOR_FN, RX_STATE_SCHEDULER, withAccumulatorFn, withScheduler, withSyncScheduler, } from './lib/provide-rx-state-config';
export { rxState, RxStateSetupFn } from './lib/rx-state';
export { ProjectStateFn, ProjectStateReducer, ProjectValueFn, ProjectValueReducer, RxState, } from './lib/rx-state.service';
//# sourceMappingURL=index.d.ts.map