@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
28 lines (24 loc) • 1.42 kB
TypeScript
import * as i0 from '@angular/core';
import { OnInit } from '@angular/core';
import { IQuickLink } from '@c8y/ngx-components/widgets/implementations/quick-links';
import * as i1 from '@c8y/ngx-components';
import * as i2 from '@angular/router';
declare class WelcomeToDeviceManagementComponent implements OnInit {
quickLinks: IQuickLink[];
isLoading: boolean;
welcomeMessage: "The Device Management application provides you with options to register, organize, and operate IoT devices from an operational perspective.";
private injector;
ngOnInit(): Promise<void>;
static ɵfac: i0.ɵɵFactoryDeclaration<WelcomeToDeviceManagementComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<WelcomeToDeviceManagementComponent, "c8y-welcome-to-devicemanagement", never, {}, {}, never, never, true, never>;
}
/**
* @deprecated
*/
declare class DeviceManagementWelcomeWidgetModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DeviceManagementWelcomeWidgetModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DeviceManagementWelcomeWidgetModule, never, [typeof i1.CoreModule, typeof i1.QuickLinkModule, typeof i2.RouterModule, typeof WelcomeToDeviceManagementComponent], never>;
static ɵinj: i0.ɵɵInjectorDeclaration<DeviceManagementWelcomeWidgetModule>;
}
export { DeviceManagementWelcomeWidgetModule, WelcomeToDeviceManagementComponent };
//# sourceMappingURL=index.d.ts.map