added TypeDocs on collection selectior component

This commit is contained in:
Danilo Di Nuzzo
2020-08-04 11:55:24 +02:00
parent 73b5a376b3
commit 6422288207

View File

@@ -2,6 +2,10 @@ import { Component } from '@angular/core';
import { DSpaceObject } from '../../core/shared/dspace-object.model'; import { DSpaceObject } from '../../core/shared/dspace-object.model';
import { NgbActiveModal } from '@ng-bootstrap/ng-bootstrap'; import { NgbActiveModal } from '@ng-bootstrap/ng-bootstrap';
/**
* This component displays the dialog that shows the list of selectable collections
* on the MyDSpace page
*/
@Component({ @Component({
selector: 'ds-collection-selector', selector: 'ds-collection-selector',
templateUrl: './collection-selector.component.html', templateUrl: './collection-selector.component.html',