@ngxs/store
Advanced tools
Comparing version 18.1.3 to 18.1.4-dev.master-583f543
@@ -340,3 +340,3 @@ import * as i0 from '@angular/core'; | ||
*/ | ||
invokeActions(action: any): rxjs.Observable<[void | Promise<void> | rxjs.Observable<unknown>]>; | ||
private invokeActions; | ||
private addToStatesMap; | ||
@@ -398,2 +398,3 @@ private addRuntimeInfoToMeta; | ||
type ActionOrArrayOfActions<T> = T extends (infer U)[] ? NonNullable<U>[] : NonNullable<T>; | ||
declare class Store { | ||
@@ -413,5 +414,5 @@ private _stateStream; | ||
/** | ||
* Dispatches event(s). | ||
* Dispatches action(s). | ||
*/ | ||
dispatch(actionOrActions: any | any[]): Observable<void>; | ||
dispatch<T>(actionOrActions: ActionOrArrayOfActions<T>): Observable<void>; | ||
/** | ||
@@ -418,0 +419,0 @@ * Selects a slice of data from the store. |
@@ -124,3 +124,2 @@ import * as i0 from '@angular/core'; | ||
declare function defaultEqualityCheck(a: any, b: any): boolean; | ||
/** | ||
@@ -132,3 +131,3 @@ * Memoize a function on its last inputs only. | ||
*/ | ||
declare function ɵmemoize<T extends (...args: any[]) => any>(func: T, equalityCheck?: typeof defaultEqualityCheck): T; | ||
declare function ɵmemoize<T extends (...args: any[]) => any>(func: T, equalityCheck?: (value1: any, value2: any) => boolean): T; | ||
@@ -135,0 +134,0 @@ declare class ɵInitialState { |
{ | ||
"name": "@ngxs/store", | ||
"version": "18.1.3", | ||
"version": "18.1.4-dev.master-583f543", | ||
"license": "MIT", | ||
@@ -100,2 +100,2 @@ "sideEffects": false, | ||
} | ||
} | ||
} |
{ | ||
"@ngxs/store": "18.1.3" | ||
"@ngxs/store": "18.1.4" | ||
} |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1020450
8425
183
1