UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

11 lines 414 B
import { IManagedObject } from '@c8y/client'; export declare abstract class Ng1RolesService { abstract list(filters: object): Promise<IManagedObject>; } export declare function RolesServiceFactory(injector: any): any; export declare const rolesServiceProvider: { provide: typeof Ng1RolesService; useFactory: typeof RolesServiceFactory; deps: string[]; }; //# sourceMappingURL=roles.service.d.ts.map