UNPKG

@rangertechnologies/ngnxt

Version:

This library was used for creating dymanic UI based on the input JSON/data

13 lines (12 loc) 645 B
import { PipeTransform } from '@angular/core'; import { DomSanitizer } from '@angular/platform-browser'; import * as i0 from "@angular/core"; export declare class NxtGetValuePipe implements PipeTransform { private sanitizer; constructor(sanitizer: DomSanitizer); transform(element: any, column: any, type?: any, ques?: any, from?: any, mode?: any): any; listDataGet(event: any, ques?: any, from?: any, mode?: any): any; getValues(element: any, columns: any, from?: any): any; static ɵfac: i0.ɵɵFactoryDeclaration<NxtGetValuePipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<NxtGetValuePipe, "getValue", true>; }