@fluent-form/core
Version:
An Angular dynamic forms library powered by Fluent API and JSON.
12 lines (11 loc) • 584 B
TypeScript
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>): Promise<TemplateRef<unknown>>;
static ɵfac: i0.ɵɵFactoryDeclaration<FluentWidgetTemplatePipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<FluentWidgetTemplatePipe, "widgetTemplate", true>;
}