@ngxs/store
Advanced tools
Comparing version 18.1.0 to 18.1.1-dev.master-2ed1e0c
@@ -9,2 +9,3 @@ export * from './symbols'; | ||
export { ɵOrderedSubject, ɵOrderedBehaviorSubject } from './custom-rxjs-subjects'; | ||
export { ɵwrapObserverCalls } from './custom-rxjs-operators'; | ||
export { ɵStateStream } from './state-stream'; |
@@ -1,4 +0,4 @@ | ||
import { OnDestroy } from '@angular/core'; | ||
import { OnDestroy, Signal } from '@angular/core'; | ||
import { ɵOrderedBehaviorSubject } from './custom-rxjs-subjects'; | ||
import { ɵPlainObject } from './symbols'; | ||
import { ɵOrderedBehaviorSubject } from './custom-rxjs-subjects'; | ||
import * as i0 from "@angular/core"; | ||
@@ -10,2 +10,3 @@ /** | ||
export declare class ɵStateStream extends ɵOrderedBehaviorSubject<ɵPlainObject> implements OnDestroy { | ||
readonly state: Signal<ɵPlainObject>; | ||
constructor(); | ||
@@ -12,0 +13,0 @@ ngOnDestroy(): void; |
{ | ||
"name": "@ngxs/store", | ||
"version": "18.1.0", | ||
"version": "18.1.1-dev.master-2ed1e0c", | ||
"license": "MIT", | ||
@@ -35,2 +35,8 @@ "sideEffects": false, | ||
}, | ||
"./plugins": { | ||
"types": "./plugins/index.d.ts", | ||
"esm2022": "./esm2022/plugins/ngxs-store-plugins.mjs", | ||
"esm": "./esm2022/plugins/ngxs-store-plugins.mjs", | ||
"default": "./fesm2022/ngxs-store-plugins.mjs" | ||
}, | ||
"./operators": { | ||
@@ -42,8 +48,2 @@ "types": "./operators/index.d.ts", | ||
}, | ||
"./plugins": { | ||
"types": "./plugins/index.d.ts", | ||
"esm2022": "./esm2022/plugins/ngxs-store-plugins.mjs", | ||
"esm": "./esm2022/plugins/ngxs-store-plugins.mjs", | ||
"default": "./fesm2022/ngxs-store-plugins.mjs" | ||
}, | ||
"./internals/testing": { | ||
@@ -102,2 +102,2 @@ "types": "./internals/testing/index.d.ts", | ||
} | ||
} | ||
} |
{ | ||
"@ngxs/store": "18.1.0" | ||
"@ngxs/store": "18.1.1" | ||
} |
@@ -1,2 +0,1 @@ | ||
import { MonoTypeOperatorFunction } from 'rxjs'; | ||
import { NgxsExecutionStrategy } from '../execution/symbols'; | ||
@@ -7,2 +6,2 @@ /** | ||
*/ | ||
export declare function leaveNgxs<T>(ngxsExecutionStrategy: NgxsExecutionStrategy): MonoTypeOperatorFunction<T>; | ||
export declare function leaveNgxs<T>(ngxsExecutionStrategy: NgxsExecutionStrategy): import("rxjs").MonoTypeOperatorFunction<T>; |
@@ -43,3 +43,2 @@ import { Signal } from '@angular/core'; | ||
selectSignal<T>(selector: TypedSelector<T>): Signal<T>; | ||
private selectFromStateStream; | ||
/** | ||
@@ -46,0 +45,0 @@ * Allow the user to subscribe to the root of the state |
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
291
1016188
8951
1