How to use the @ng-dynamic-forms/core.DynamicEditorModel function in @ng-dynamic-forms/core

To help you get started, we’ve selected a few @ng-dynamic-forms/core examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github udos86 / ng-dynamic-forms / packages / ui-primeng / src / editor / dynamic-primeng-editor.component.spec.ts View on Github external
xdescribe("DynamicPrimeNGEditorComponent test suite", () => {

    let testModel = new DynamicEditorModel({id: "editor"}),
        formModel = [testModel],
        formGroup: FormGroup,
        fixture: ComponentFixture,
        component: DynamicPrimeNGEditorComponent,
        debugElement: DebugElement,
        testElement: DebugElement;

    beforeEach(async(() => {

        TestBed.configureTestingModule({

            imports: [
                ReactiveFormsModule,
                NoopAnimationsModule,
                TextMaskModule,
                EditorModule,