@ngrx/signals
Advanced tools
Comparing version 19.0.0 to 19.0.1
{ | ||
"name": "@ngrx/signals", | ||
"version": "19.0.0", | ||
"version": "19.0.1", | ||
"description": "Reactive Store and Set of Utilities for Angular Signals", | ||
@@ -35,2 +35,3 @@ "repository": { | ||
"ng-update": { | ||
"packageGroupName": "@ngrx/signals", | ||
"packageGroup": [ | ||
@@ -37,0 +38,0 @@ "@ngrx/store", |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.platformVersion = void 0; | ||
exports.platformVersion = '^19.0.0'; | ||
exports.platformVersion = '^19.0.1'; | ||
//# sourceMappingURL=libs-version.js.map |
import { InnerSignalStore } from './signal-store-models'; | ||
export declare function assertUniqueStoreMembers(store: InnerSignalStore, newMemberKeys: string[]): void; | ||
export declare function assertUniqueStoreMembers(store: InnerSignalStore, newMemberKeys: Array<string | symbol>): 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
494556
89
3760