@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
15 lines • 803 B
TypeScript
import { OnInit } from '@angular/core';
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 PackageChangelogTabComponent implements OnInit {
private activatedRoute;
private contextRouteService;
package: IApplication;
constructor(activatedRoute: ActivatedRoute, contextRouteService: ContextRouteService);
ngOnInit(): Promise<void>;
static ɵfac: i0.ɵɵFactoryDeclaration<PackageChangelogTabComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PackageChangelogTabComponent, "c8y-package-changelog-tab", never, {}, {}, never, never, true, never>;
}
//# sourceMappingURL=package-changelog-tab.component.d.ts.map