mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 20:43:08 +00:00
switched to resource-types for annotations to get around circular dependency issues
This commit is contained in:
@@ -34,17 +34,17 @@ export class Bitstream extends DSpaceObject implements HALResource {
|
||||
/**
|
||||
* The Bitstream Format for this Bitstream
|
||||
*/
|
||||
@link(BitstreamFormat)
|
||||
@link(BitstreamFormat.type)
|
||||
format?: Observable<RemoteData<BitstreamFormat>>;
|
||||
|
||||
_links: {
|
||||
// @link(Bitstream)
|
||||
// @link(Bitstream.type)
|
||||
self: HALLink;
|
||||
|
||||
// @link(Bundle)
|
||||
// @link(Bundle.type)
|
||||
bundle: HALLink;
|
||||
|
||||
// @link(BitstreamFormat)
|
||||
// @link(BitstreamFormat.type)
|
||||
format: HALLink;
|
||||
|
||||
content: HALLink;
|
||||
|
Reference in New Issue
Block a user