UNPKG

@alauda-fe/common

Version:

Alauda frontend team common codes.

14 lines (13 loc) 547 B
/** * @packageDocumentation * @module utils */ import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare const FIELD_NOT_AVAILABLE_PLACEHOLDER = "-"; export declare const isFieldNotAvailable: (field: unknown) => boolean; export declare class FieldNotAvailablePipe implements PipeTransform { transform(field: unknown): string; static ɵfac: i0.ɵɵFactoryDeclaration<FieldNotAvailablePipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<FieldNotAvailablePipe, "aclFieldNotAvailable", true>; }