ngx-iso-form
Version:
Angular component design Reactive Form using specific JSON. The primary use of this UI library is to design ISO 20022 forms dynamically.
9 lines (8 loc) • 428 B
TypeScript
import { ViewContainerRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ComponentDirective {
viewContainerRef: ViewContainerRef;
constructor(viewContainerRef: ViewContainerRef);
static ɵfac: i0.ɵɵFactoryDeclaration<ComponentDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<ComponentDirective, "[componentContent]", never, {}, {}, never, never, false, never>;
}