UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

12 lines 578 B
import { PipeTransform } from '@angular/core'; import { IManagedObject } from '@c8y/client'; import { GroupService } from './group.service'; import * as i0 from "@angular/core"; export declare class ShouldShowMoPipe implements PipeTransform { private groupService; constructor(groupService: GroupService); transform(mo: IManagedObject, option: string): boolean; static ɵfac: i0.ɵɵFactoryDeclaration<ShouldShowMoPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<ShouldShowMoPipe, "shouldShowMo", true>; } //# sourceMappingURL=should-show-mo.pipe.d.ts.map