Added tests/type doc

This commit is contained in:
lotte
2019-01-07 12:01:09 +01:00
parent ab5cc1c961
commit 4ba6094da5
11 changed files with 163 additions and 18 deletions

View File

@@ -18,7 +18,7 @@ import { DSpaceObject } from '../../../core/shared/dspace-object.model';
})
export class EditComColPageComponent<TDomain extends DSpaceObject, TNormalized extends NormalizedDSpaceObject> implements OnInit {
/**
* Frontend endpoint where for this type of DSP
* Frontend endpoint for this type of DSO
*/
protected frontendURL: string;
/**