mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
CC License Submission Step
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { HALLink } from './hal-link.model';
|
||||
import { deserialize } from 'cerialize';
|
||||
|
||||
/**
|
||||
* Represents HAL resources.
|
||||
@@ -6,10 +7,13 @@ import { HALLink } from './hal-link.model';
|
||||
* A HAL resource has a _links section with at least a self link.
|
||||
*/
|
||||
export class HALResource {
|
||||
|
||||
/**
|
||||
* The {@link HALLink}s for this {@link HALResource}
|
||||
*/
|
||||
@deserialize
|
||||
_links: {
|
||||
|
||||
/**
|
||||
* The {@link HALLink} that refers to this {@link HALResource}
|
||||
*/
|
||||
|
Reference in New Issue
Block a user