@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
15 lines • 720 B
TypeScript
import { OnInit } from '@angular/core';
import { FetchClient } from '@c8y/client';
import * as i0 from "@angular/core";
export declare class LicenseViewComponent implements OnInit {
private fetchClient;
url: string;
name: string;
content: string;
FALL_BACK_URL: string;
constructor(fetchClient: FetchClient);
ngOnInit(): Promise<void>;
static ɵfac: i0.ɵɵFactoryDeclaration<LicenseViewComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<LicenseViewComponent, "c8y-license-view", never, { "url": { "alias": "url"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, {}, never, never, true, never>;
}
//# sourceMappingURL=license-view.component.d.ts.map