UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

5 lines 296 B
import { Routes } from '@angular/router'; import { ViewContext } from '@c8y/ngx-components'; export declare function getViewContextRoutes(contexts: ViewContext[]): Routes; export declare function getChildrenForViewContext(context: ViewContext): Routes; //# sourceMappingURL=alarms.helper.d.ts.map