How to use the @ng-dynamic-forms/core.DynamicFileUploadModel 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-kendo / src / upload / dynamic-kendo-upload.component.spec.ts View on Github external
xdescribe("DynamicKendoUploadComponent test suite", () => {

    let testModel = new DynamicFileUploadModel({id: "upload", url: ""}),
        formModel = [testModel],
        formGroup: FormGroup,
        fixture: ComponentFixture,
        component: DynamicKendoUploadComponent,
        debugElement: DebugElement,
        testElement: DebugElement;

    beforeEach(async(() => {

        TestBed.configureTestingModule({

            imports: [
                ReactiveFormsModule,
                NoopAnimationsModule,
                TextMaskModule,
                UploadModule,