@ngxs/store
Advanced tools
Comparing version 19.0.0-dev.master-7869eae to 19.0.0-dev.master-934d9e1
import * as i0 from '@angular/core'; | ||
import { InjectionToken, OnDestroy, Signal } from '@angular/core'; | ||
import { ReplaySubject, Subject, BehaviorSubject, MonoTypeOperatorFunction } from 'rxjs'; | ||
import { InjectionToken, Signal } from '@angular/core'; | ||
import { BehaviorSubject, Subject, MonoTypeOperatorFunction } from 'rxjs'; | ||
@@ -139,3 +139,3 @@ declare class StateToken<T = void> { | ||
declare class ɵNgxsAppBootstrappedState extends ReplaySubject<boolean> { | ||
declare class ɵNgxsAppBootstrappedState extends BehaviorSubject<boolean> { | ||
constructor(); | ||
@@ -198,6 +198,5 @@ bootstrap(): void; | ||
*/ | ||
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>; | ||
@@ -204,0 +203,0 @@ static ɵprov: i0.ɵɵInjectableDeclaration<ɵStateStream>; |
{ | ||
"name": "@ngxs/store", | ||
"version": "19.0.0-dev.master-7869eae", | ||
"version": "19.0.0-dev.master-934d9e1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
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
487901
4900