@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
12 lines • 654 B
TypeScript
import { PipeTransform } from '@angular/core';
import { IApplication } from '@c8y/client';
import { ApplicationState, EcosystemService } from '@c8y/ngx-components/ecosystem/shared';
import * as i0 from "@angular/core";
export declare class AppStatePipe implements PipeTransform {
private ecosystemService;
constructor(ecosystemService: EcosystemService);
transform(app: IApplication, arg: keyof ApplicationState): ApplicationState[keyof ApplicationState];
static ɵfac: i0.ɵɵFactoryDeclaration<AppStatePipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<AppStatePipe, "appState", true>;
}
//# sourceMappingURL=appState.pipe.d.ts.map