mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
[TLC-254] Quotes fixed for Lint, import cleanup
This commit is contained in:
@@ -15,11 +15,10 @@ import {
|
||||
OR_OPERATOR
|
||||
} from '@ng-dynamic-forms/core';
|
||||
|
||||
import { isNotUndefined, isUndefined, hasNoValue, hasValue } from '../../../empty.util';
|
||||
import { hasNoValue, hasValue } from '../../../empty.util';
|
||||
import { FormBuilderService } from '../form-builder.service';
|
||||
import { FormFieldMetadataValueObject } from '../models/form-field-metadata-value.model';
|
||||
import { DYNAMIC_FORM_CONTROL_TYPE_RELATION_GROUP } from './ds-dynamic-form-constants';
|
||||
import {DsDynamicInputModel} from "./models/ds-dynamic-input.model";
|
||||
|
||||
/**
|
||||
* Service to manage type binding for submission input fields
|
||||
|
@@ -1,7 +1,6 @@
|
||||
import { FormBuilderService } from '../form/builder/form-builder.service';
|
||||
import { FormControl, FormGroup } from '@angular/forms';
|
||||
import {DynamicFormControlModel, DynamicInputModel} from "@ng-dynamic-forms/core";
|
||||
import {DsDynamicInputModel} from "../form/builder/ds-dynamic-form-ui/models/ds-dynamic-input.model";
|
||||
import {DsDynamicInputModel} from '../form/builder/ds-dynamic-form-ui/models/ds-dynamic-input.model';
|
||||
|
||||
export function getMockFormBuilderService(): FormBuilderService {
|
||||
|
||||
|
Reference in New Issue
Block a user