mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +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 { 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',
|
||||||
|
Reference in New Issue
Block a user