@ngxs/store
Advanced tools
Comparing version 18.1.0 to 18.1.1-dev.master-1059bf5
@@ -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; |
export { freshPlatform } from './fresh-platform'; | ||
export { NgxsTestBed } from './ngxs.setup'; | ||
export { skipConsoleLogging } from './skip-console-logging'; | ||
export { skipConsoleLogging, ConsoleRecord, ConsoleRecorder, loggedError } from './skip-console-logging'; | ||
export { NgxsTesting } from './symbol'; |
@@ -1,1 +0,4 @@ | ||
export declare function skipConsoleLogging<T extends (...args: any[]) => any>(fn: T): ReturnType<T>; | ||
export type ConsoleRecord = [string, any[]]; | ||
export type ConsoleRecorder = ConsoleRecord[]; | ||
export declare function loggedError(message: string): ConsoleRecord; | ||
export declare function skipConsoleLogging<T extends (...args: any[]) => any>(fn: T, consoleRecorder?: ConsoleRecorder): ReturnType<T>; |
{ | ||
"name": "@ngxs/store", | ||
"version": "18.1.0", | ||
"version": "18.1.1-dev.master-1059bf5", | ||
"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", | ||
} | ||
} | ||
} |
@@ -15,2 +15,3 @@ <p align="center"> | ||
- ✨ Learn about it on the [docs site](https://ngxs.io/) | ||
- 💬 Chat with us on [Discord](https://discord.gg/yT3Q8cXTnz) | ||
- 🚀 See it in action on [Stackblitz](https://stackblitz.com/edit/ngxs-repro) | ||
@@ -17,0 +18,0 @@ - 😎 Checkout the [sample application](https://github.com/ngxs/store/tree/master/integration) |
{ | ||
"@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
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
1025937
291
9024
20
1