UNPKG

ngx-crud

Version:

CRUD services in Angular with effortless aborting, caching and observing

5 lines (4 loc) 194 B
export { AbortModule } from './abort.module'; export { AbortInterceptor } from './abort.interceptor'; export { AbortService } from './abort.service'; export { AbortSignal } from './abort.type';