@ngrx/signals
Advanced tools
Comparing version 17.1.0 to 17.1.1
{ | ||
"name": "@ngrx/signals", | ||
"version": "17.1.0", | ||
"version": "17.1.1", | ||
"description": "Reactive Store and Set of Utilities for Angular Signals", | ||
@@ -5,0 +5,0 @@ "repository": { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.platformVersion = void 0; | ||
exports.platformVersion = '^17.1.0'; | ||
exports.platformVersion = '^17.1.1'; | ||
//# sourceMappingURL=libs-version.js.map |
@@ -7,2 +7,3 @@ export { getState } from './get-state'; | ||
export { SignalStoreFeature } from './signal-store-models'; | ||
export { StateSignal } from './state-signal'; | ||
export { withComputed } from './with-computed'; | ||
@@ -9,0 +10,0 @@ export { withHooks } from './with-hooks'; |
@@ -13,3 +13,3 @@ import { Signal } from '@angular/core'; | ||
export type SignalsDictionary = Record<string, Signal<unknown>>; | ||
export type MethodsDictionary = Record<string, (...args: any[]) => unknown>; | ||
export type MethodsDictionary = Record<string, Function>; | ||
export type SignalStoreHooks = { | ||
@@ -16,0 +16,0 @@ onInit?: () => void; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
481823
3509