@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
28 lines (24 loc) • 1.14 kB
TypeScript
import * as i0 from '@angular/core';
import { Injector, DestroyRef } from '@angular/core';
import { ApiService } from '@c8y/ngx-components/api';
import { AlertService } from '@c8y/ngx-components';
import * as i1 from '@angular/common';
declare class PendingMoRequestService {
private injector;
private apiService;
private alertService;
private destroyRef;
constructor(injector: Injector, apiService: ApiService, alertService: AlertService, destroyRef: DestroyRef);
setupHooks(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<PendingMoRequestService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<PendingMoRequestService>;
}
declare class PendingMoRequestModule {
private pendingMoRequestService;
constructor(pendingMoRequestService: PendingMoRequestService);
static ɵfac: i0.ɵɵFactoryDeclaration<PendingMoRequestModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<PendingMoRequestModule, never, [typeof i1.CommonModule], never>;
static ɵinj: i0.ɵɵInjectorDeclaration<PendingMoRequestModule>;
}
export { PendingMoRequestModule };
//# sourceMappingURL=index.d.ts.map