@ngrx/signals
Version:
Reactive Store and Set of Utilities for Angular Signals
17 lines (16 loc) • 969 B
TypeScript
export { deepComputed } from './deep-computed';
export { DeepSignal } from './deep-signal';
export { signalMethod, SignalMethod } from './signal-method';
export { signalState, SignalState } from './signal-state';
export { signalStore } from './signal-store';
export { signalStoreFeature, type } from './signal-store-feature';
export { EmptyFeatureResult, SignalStoreFeature, SignalStoreFeatureResult, StateSignals, } from './signal-store-models';
export { getState, isWritableStateSource, PartialStateUpdater, patchState, StateSource, StateWatcher, watchState, WritableStateSource, } from './state-source';
export { Prettify } from './ts-helpers';
export { withComputed } from './with-computed';
export { withFeature } from './with-feature';
export { withHooks } from './with-hooks';
export { withLinkedState } from './with-linked-state';
export { withMethods } from './with-methods';
export { withProps } from './with-props';
export { withState } from './with-state';