@fluent-form/core
Version:
An Angular dynamic forms library powered by Fluent API and JSON.
16 lines (15 loc) • 1.08 kB
TypeScript
import { TemplateRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class FluentTemplateOutlet<C = unknown> {
readonly fluentTemplateOutlet: import("@angular/core").InputSignal<string | TemplateRef<C> | null | undefined>;
readonly fluentTemplateOutletContext: import("@angular/core").InputSignal<C | null>;
constructor();
/**
* For a given outlet instance, we create a proxy object that delegates
* to the user-specified context. This allows changing, or swapping out
* the context object completely without having to destroy/re-create the view.
*/
private createContextProxy;
static ɵfac: i0.ɵɵFactoryDeclaration<FluentTemplateOutlet<any>, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FluentTemplateOutlet<any>, "[fluentTemplateOutlet]", never, { "fluentTemplateOutlet": { "alias": "fluentTemplateOutlet"; "required": true; "isSignal": true; }; "fluentTemplateOutletContext": { "alias": "fluentTemplateOutletContext"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
}