remove normalized models part 1

This commit is contained in:
Art Lowel
2020-02-13 09:53:52 +01:00
parent bffae34fcc
commit 07998a8c08
137 changed files with 1323 additions and 1444 deletions

View File

@@ -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;