@fluent-form/core
Version:
An Angular dynamic forms library powered by Fluent API and JSON.
12 lines (11 loc) • 385 B
TypeScript
import type { AnyObject, SafeAny } from '@ngify/core';
import * as i0 from "@angular/core";
/**
* @internal
*/
export declare class ValueTransformer {
private readonly evaluator;
transform(value: SafeAny, context?: AnyObject): SafeAny;
static ɵfac: i0.ɵɵFactoryDeclaration<ValueTransformer, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<ValueTransformer>;
}