@ngneat/loadoff
Version:
<p align="center"> <img width="20%" height="20%" src="./logo.svg"> </p>
6 lines (5 loc) • 345 B
TypeScript
export { loadingFor } from './lib/loadingFor';
export { toAsyncState, createAsyncState, isSuccess, hasError, isComplete, isLoading, AsyncState, createSyncState, } from './lib/toAsyncState';
export { createAsyncStore } from './lib/asyncStore';
export { retainResponse } from './lib/retainResponse';
export { someLoading } from './lib/operators';