mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
added TypeDocs on collection selectior component
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user