@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
17 lines • 830 B
TypeScript
import { ActivatedRoute } from '@angular/router';
import { IApplication } from '@c8y/client';
import { ContextRouteService } from '@c8y/ngx-components';
import * as i0 from "@angular/core";
export declare class PackageVersionsComponent {
private activatedRoute;
private contextRouteService;
package: IApplication;
selectedVersion: string;
constructor(activatedRoute: ActivatedRoute, contextRouteService: ContextRouteService);
ngOnInit(): Promise<void>;
clearSelectedVersion(): void;
selectVersion(version: string): void;
static ɵfac: i0.ɵɵFactoryDeclaration<PackageVersionsComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PackageVersionsComponent, "c8y-package-versions", never, {}, {}, never, never, false, never>;
}
//# sourceMappingURL=packages-versions.component.d.ts.map