@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
8 lines • 349 B
TypeScript
declare const rootComponent: {
template: string;
controller: typeof c8yUiRootController;
controllerAs: string;
};
declare function c8yUiRootController($rootScope: any, $timeout: any, c8yBase: any, c8yNavigator: any, c8yApplication: any, c8yHeaderService: any): void;
export { rootComponent };
//# sourceMappingURL=root.component.d.ts.map