@ngxs/devtools-plugin
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, 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-bb752a4", | ||
"version": "19.0.0-dev.master-ee2db76", | ||
"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
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
28653
276