There was an error while loading. Please reload this page.
1 parent e97324e commit 7ccf346Copy full SHA for 7ccf346
1 file changed
libs/ngrx-hateoas/src/lib/store-features/with-hypermedia-resource.spec.ts
@@ -3,6 +3,7 @@ import { HttpTestingController, provideHttpClientTesting } from '@angular/common
3
import { signalStore } from '@ngrx/signals';
4
import { withHypermediaResource } from './with-hypermedia-resource';
5
import { provideHateoas } from '../provide';
6
+import { signal } from '@angular/core';
7
8
type RootModel = {
9
apiName: string
0 commit comments