UNPKG

@ng-dynamic-forms/core

Version:

A rapid form development library for Angular

6 lines (5 loc) 224 B
import { DynamicFormControl } from "./dynamic-form-control-interface"; export interface DynamicFormControlWithTemplate extends DynamicFormControl { readonly templateDirectives: Map<string, string>; viewChild: any; }