From 6422288207e55d682a4ee9bd361ae7a0af19feb0 Mon Sep 17 00:00:00 2001 From: Danilo Di Nuzzo Date: Tue, 4 Aug 2020 11:55:24 +0200 Subject: [PATCH] added TypeDocs on collection selectior component --- .../collection-selector/collection-selector.component.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/+my-dspace-page/collection-selector/collection-selector.component.ts b/src/app/+my-dspace-page/collection-selector/collection-selector.component.ts index e50c65631f..f930fc3f54 100644 --- a/src/app/+my-dspace-page/collection-selector/collection-selector.component.ts +++ b/src/app/+my-dspace-page/collection-selector/collection-selector.component.ts @@ -2,6 +2,10 @@ import { Component } from '@angular/core'; import { DSpaceObject } from '../../core/shared/dspace-object.model'; import { NgbActiveModal } from '@ng-bootstrap/ng-bootstrap'; +/** + * This component displays the dialog that shows the list of selectable collections + * on the MyDSpace page + */ @Component({ selector: 'ds-collection-selector', templateUrl: './collection-selector.component.html',