mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 05:23:06 +00:00
11 lines
470 B
HTML
11 lines
470 B
HTML
<div class="container">
|
|
<div class="row">
|
|
<div class="col-12 pb-4">
|
|
<h1 id="sub-header" class="border-bottom pb-2">{{'collection.create.sub-head' | translate:{ parent: dsoNameService.getName((parentRD$| async)?.payload) } }}</h1>
|
|
</div>
|
|
</div>
|
|
<ds-collection-form (submitForm)="onSubmit($event)"
|
|
(back)="navigateToHome()"
|
|
(finish)="navigateToNewPage()"></ds-collection-form>
|
|
</div>
|