UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

30 lines (26 loc) 1.38 kB
import * as i0 from '@angular/core'; import * as i1 from '@angular/common'; import * as i2 from '@c8y/ngx-components'; import { AppStateService } from '@c8y/ngx-components'; import { Service, IManagedObject, FetchClient, IResultList } from '@c8y/client'; import { IAdvancedSoftwareService } from '@c8y/ngx-components/repository/shared'; declare class AdvancedSoftwareModule { static ɵfac: i0.ɵɵFactoryDeclaration<AdvancedSoftwareModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<AdvancedSoftwareModule, never, [typeof i1.CommonModule, typeof i2.CoreModule], never>; static ɵinj: i0.ɵɵInjectorDeclaration<AdvancedSoftwareModule>; } declare class AdvancedSoftwareService extends Service<IManagedObject> implements IAdvancedSoftwareService { private appState; private static readonly applicationName; protected baseUrl: string; protected listUrl: string; protected propertyName: string; private isAvailable; constructor(client: FetchClient, appState: AppStateService); list(filter?: object): Promise<IResultList<IManagedObject>>; isASMAvailable(): Promise<boolean>; static ɵfac: i0.ɵɵFactoryDeclaration<AdvancedSoftwareService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<AdvancedSoftwareService>; } export { AdvancedSoftwareModule, AdvancedSoftwareService }; //# sourceMappingURL=index.d.ts.map