UNPKG

kwikid-forms

Version:

KwikID's JSON Configuration based Forms Renderer and Builder

8 lines (7 loc) 325 B
import { PipeTransform } from "@angular/core"; import * as i0 from "@angular/core"; export declare class JsonFormatPipe implements PipeTransform { transform(value: any): string; static ɵfac: i0.ɵɵFactoryDeclaration<JsonFormatPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<JsonFormatPipe, "jsonFormat">; }