UNPKG

@fluent-form/core

Version:

An Angular dynamic forms library powered by Fluent API and JSON.

12 lines (11 loc) 575 B
import { type PipeTransform, TemplateRef } from '@angular/core'; import type { AbstractSchema } from '../schemas'; import type { Indexable } from '../types'; import * as i0 from "@angular/core"; export declare class FluentWidgetTemplatePipe implements PipeTransform { private readonly registry; private readonly templates; transform(value: Indexable<AbstractSchema>): TemplateRef<unknown>; static ɵfac: i0.ɵɵFactoryDeclaration<FluentWidgetTemplatePipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<FluentWidgetTemplatePipe, "widgetTemplate", true>; }