@ngxs/store
Advanced tools
Comparing version 18.1.3 to 18.1.4-dev.master-82e1215
@@ -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. |
{ | ||
"name": "@ngxs/store", | ||
"version": "18.1.3", | ||
"version": "18.1.4-dev.master-82e1215", | ||
"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
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
1022690
8452
183
1