@ngxs/store
Advanced tools
Comparing version 19.0.0-dev.master-bb752a4 to 19.0.0-dev.master-ee2db76
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-bb752a4", | ||
"version": "19.0.0-dev.master-ee2db76", | ||
"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
487254
4883