mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
68405: separate resource types, missing @link paras/followLinks, start test fix
This commit is contained in:

committed by
Art Lowel

parent
b2f966eb83
commit
f17e204712
@@ -1,6 +1,11 @@
|
||||
import { HALLink } from './hal-link.model';
|
||||
|
||||
export class HALResource {
|
||||
|
||||
get self(): string {
|
||||
return this._links.self.href;
|
||||
}
|
||||
|
||||
_links: {
|
||||
self: HALLink
|
||||
[k: string]: HALLink;
|
||||
|
Reference in New Issue
Block a user