@ngxs/store
Advanced tools
Comparing version 19.0.0-dev.master-0947a29 to 19.0.0-dev.master-0d2e6d0
import * as i0 from '@angular/core'; | ||
import { InjectionToken, OnDestroy, Signal } from '@angular/core'; | ||
import { InjectionToken, Signal } from '@angular/core'; | ||
import { ReplaySubject, Subject, BehaviorSubject, MonoTypeOperatorFunction } from 'rxjs'; | ||
@@ -197,6 +197,5 @@ | ||
*/ | ||
declare class ɵStateStream extends ɵOrderedBehaviorSubject<ɵPlainObject> implements OnDestroy { | ||
declare class ɵStateStream extends ɵOrderedBehaviorSubject<ɵPlainObject> { | ||
readonly state: Signal<ɵPlainObject>; | ||
constructor(); | ||
ngOnDestroy(): void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ɵStateStream, never>; | ||
@@ -203,0 +202,0 @@ static ɵprov: i0.ɵɵInjectableDeclaration<ɵStateStream>; |
{ | ||
"name": "@ngxs/store", | ||
"version": "19.0.0-dev.master-0947a29", | ||
"version": "19.0.0-dev.master-0d2e6d0", | ||
"license": "MIT", | ||
@@ -29,2 +29,6 @@ "sideEffects": false, | ||
}, | ||
"./operators": { | ||
"types": "./operators/index.d.ts", | ||
"default": "./fesm2022/ngxs-store-operators.mjs" | ||
}, | ||
"./plugins": { | ||
@@ -34,6 +38,2 @@ "types": "./plugins/index.d.ts", | ||
}, | ||
"./operators": { | ||
"types": "./operators/index.d.ts", | ||
"default": "./fesm2022/ngxs-store-operators.mjs" | ||
}, | ||
"./internals/testing": { | ||
@@ -40,0 +40,0 @@ "types": "./internals/testing/index.d.ts", |
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
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
487074
4882