UNPKG

ngx-crud

Version:

CRUD services in Angular with effortless aborting, caching and observing

9 lines (8 loc) 438 B
import { Observable } from 'rxjs'; import { CommonService, Options, Id } from '../common'; import * as i0 from "@angular/core"; export declare class ReadService<ReadResponseBody> extends CommonService { read<ResponseBody = ReadResponseBody>(id: Id, options?: Options): Observable<ResponseBody>; static ɵfac: i0.ɵɵFactoryDeclaration<ReadService<any>, never>; static ɵprov: i0.ɵɵInjectableDeclaration<ReadService<any>>; }