@microsoft/windows-admin-center-sdk
Version:
Microsoft - Windows Admin Center Shell
18 lines (17 loc) • 832 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
/**
* @smeDoc {@label BooleanConverterPipe @id smeBooleanConverter}
*
* @overview
* @file {@filepath ./examples/boolean-converter-overview.md}
*
* @example {@label Example Boolean Converter @id boolean-converter-example }
* @file {@filename component.html @filepath ./examples/boolean-converter-example.component.html}
* @file {@filename component.ts @filepath ./examples/boolean-converter-example.component.ts}
*/
export declare class BooleanConverterPipe implements PipeTransform {
transform(value: boolean, args: Map<boolean, string>): string;
static ɵfac: i0.ɵɵFactoryDeclaration<BooleanConverterPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<BooleanConverterPipe, "smeBooleanConverter", false>;
}