mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 06:53:03 +00:00
8 lines
276 B
HTML
8 lines
276 B
HTML
<ds-form *ngIf="!!formModel" #formRef="formComponent"
|
|
[formId]="formId"
|
|
[formModel]="formModel"
|
|
[displaySubmit]="false"
|
|
[displayCancel]="false"
|
|
(dfChange)="onChange($event)"
|
|
(removeArrayItem)="onRemove($event)"></ds-form>
|