@ngxs/devtools-plugin
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, ModuleWithProviders, EnvironmentProviders, OnDestroy } from '@angular/core'; | ||
import { InjectionToken, ModuleWithProviders, EnvironmentProviders } from '@angular/core'; | ||
import { NgxsPlugin, NgxsNextPluginFn } from '@ngxs/store/plugins'; | ||
@@ -87,3 +87,3 @@ | ||
*/ | ||
declare class NgxsReduxDevtoolsPlugin implements OnDestroy, NgxsPlugin { | ||
declare class NgxsReduxDevtoolsPlugin implements NgxsPlugin { | ||
private _injector; | ||
@@ -96,3 +96,2 @@ private _ngZone; | ||
constructor(); | ||
ngOnDestroy(): void; | ||
/** | ||
@@ -99,0 +98,0 @@ * Lazy get the store for circular dependency issues |
{ | ||
"name": "@ngxs/devtools-plugin", | ||
"description": "redux devtools plugin for @ngxs/store", | ||
"version": "19.0.0-dev.master-7869eae", | ||
"version": "19.0.0-dev.master-934d9e1", | ||
"sideEffects": false, | ||
@@ -6,0 +6,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
28653
276