mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
remove normalized models part 1
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
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