From f3e2d4879e506d531713aad28f097c99564c38c7 Mon Sep 17 00:00:00 2001 From: Daniel Murrmann <9040811+fancyDevelopment@users.noreply.github.com> Date: Sat, 28 Sep 2024 22:14:41 +0200 Subject: [PATCH] Final Refactoring of naming changes --- apps/playground/src/app/app.component.html | 4 +- apps/playground/src/app/core/core.routes.ts | 2 +- .../src/app/core/home/home.component.ts | 2 +- .../src/app/flight/flight.routes.ts | 2 +- .../playground/src/app/flight/flight.state.ts | 2 +- libs/ngrx-hateoas/package.json | 2 +- .../with-hypermedia-action.spec.ts | 119 ++++++++++++++++++ .../store-features/with-hypermedia-action.ts | 1 + .../with-hypermedia-resource.ts | 1 + .../with-initial-hypermedia-resource.ts | 5 +- .../with-linked-hypermedia-resource.spec.ts | 42 +++---- .../with-linked-hypermedia-resource.ts | 69 ++++++---- 12 files changed, 201 insertions(+), 50 deletions(-) create mode 100644 libs/ngrx-hateoas/src/lib/store-features/with-hypermedia-action.spec.ts diff --git a/apps/playground/src/app/app.component.html b/apps/playground/src/app/app.component.html index f0b2043..8c7780e 100644 --- a/apps/playground/src/app/app.component.html +++ b/apps/playground/src/app/app.component.html @@ -10,14 +10,14 @@