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

@@ -21,7 +21,7 @@ import { NormalizedDSpaceObject } from '../../../core/cache/models/normalized-ds
})
export class CreateComColPageComponent<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;