Commits
Tim Donohue authored and GitHub committed 142dcf5624b Merge
19 19 | DynamicFormControlModel, |
20 20 | DynamicFormGroupModel, |
21 21 | DynamicFormLayout, |
22 22 | DynamicFormService, |
23 23 | DynamicInputModel, |
24 24 | DynamicSelectModel |
25 25 | } from '@ng-dynamic-forms/core'; |
26 26 | import { FormGroup } from '@angular/forms'; |
27 27 | import { TranslateService } from '@ngx-translate/core'; |
28 28 | import { DynamicCustomSwitchModel } from '../../shared/form/builder/ds-dynamic-form-ui/models/custom-switch/custom-switch.model'; |
29 - | import { cloneDeep } from 'lodash'; |
29 + | import cloneDeep from 'lodash/cloneDeep'; |
30 30 | import { BitstreamDataService } from '../../core/data/bitstream-data.service'; |
31 31 | import { |
32 32 | getAllSucceededRemoteDataPayload, |
33 33 | getFirstCompletedRemoteData, |
34 34 | getFirstSucceededRemoteData, |
35 35 | getFirstSucceededRemoteDataPayload, |
36 36 | getRemoteDataPayload |
37 37 | } from '../../core/shared/operators'; |
38 38 | import { NotificationsService } from '../../shared/notifications/notifications.service'; |
39 39 | import { BitstreamFormatDataService } from '../../core/data/bitstream-format-data.service'; |