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) • 444 B
TypeScript
import { ComponentRef, ViewContainerRef } from "@angular/core";
import { ComponentModel } from "../models/component.model";
import * as i0 from "@angular/core";
export declare class ComponentService {
getComponent<T>(viewContainerRef: ViewContainerRef, dynamicModel: ComponentModel): ComponentRef<T>;
static ɵfac: i0.ɵɵFactoryDeclaration<ComponentService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<ComponentService>;
}