UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

23 lines 1.29 kB
import { SimpleChanges } from '@angular/core'; import { ActivatedRoute } from '@angular/router'; import { ApplicationService, IApplication, IManifest } from '@c8y/client'; import { AlertService, ContextRouteService, PropertiesListItem } from '@c8y/ngx-components'; import * as i0 from "@angular/core"; export declare class PackageContentsComponent { private activatedRoute; private applicationService; private alertService; private contextRouteService; selectedVersion: string; selectedVersionManifest: IManifest; package: IApplication; isLoading: boolean; readonly packageVersionProperties: PropertiesListItem[]; constructor(activatedRoute: ActivatedRoute, applicationService: ApplicationService, alertService: AlertService, contextRouteService: ContextRouteService); ngOnChanges(changes: SimpleChanges): Promise<void>; loadManifest(version: string): Promise<void>; private getManifest; static ɵfac: i0.ɵɵFactoryDeclaration<PackageContentsComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<PackageContentsComponent, "c8y-package-contents", never, { "selectedVersion": { "alias": "selectedVersion"; "required": false; }; }, {}, never, never, false, never>; } //# sourceMappingURL=packages-contents.component.d.ts.map