Interface
TemplateAddon
@ng-forge/dynamic-forms
Renders a named <ng-template> projected into the host <df-dynamic-form>.
JSON-safe — backends ship the key, FE supplies the template definition.
Use the templateAddon(ref) helper for rename-safe authoring in code.
Signature
interface TemplateAddon
extends BaseAddonProperties
| Name | Type | Description |
|---|---|---|
kind | "template" | - |
templateKey | string | - |
packages/dynamic-forms/src/lib/models/addon/addon-def.ts:78