Commits
Giuseppe Digilio authored 21d275fc8d5
1 1 | import { Component, EventEmitter, Input, OnInit, Output } from '@angular/core'; |
2 2 | import { BitstreamFormat } from '../../../../core/shared/bitstream-format.model'; |
3 3 | import { BitstreamFormatSupportLevel } from '../../../../core/shared/bitstream-format-support-level'; |
4 4 | import { |
5 5 | DynamicCheckboxModel, |
6 6 | DynamicFormArrayModel, |
7 - | DynamicFormControlLayout, DynamicFormControlLayoutConfig, |
7 + | DynamicFormControlLayout, |
8 8 | DynamicFormControlModel, |
9 9 | DynamicFormService, |
10 10 | DynamicInputModel, |
11 11 | DynamicSelectModel, |
12 12 | DynamicTextAreaModel |
13 13 | } from '@ng-dynamic-forms/core'; |
14 14 | import { Router } from '@angular/router'; |
15 15 | import { hasValue, isEmpty } from '../../../../shared/empty.util'; |
16 16 | import { TranslateService } from '@ngx-translate/core'; |
17 17 | import { getBitstreamFormatsModuleRoute } from '../../admin-registries-routing-paths'; |