ngx-crud
Version:
CRUD services in Angular with effortless aborting, caching and observing
10 lines (9 loc) • 479 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "../abort/abort.module";
import * as i2 from "../cache/cache.module";
import * as i3 from "../observe/observe.module";
export declare class CrudModule {
static ɵfac: i0.ɵɵFactoryDeclaration<CrudModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<CrudModule, never, [typeof i1.AbortModule, typeof i2.CacheModule, typeof i3.ObserveModule], never>;
static ɵinj: i0.ɵɵInjectorDeclaration<CrudModule>;
}