@ngxs/devtools-plugin
Advanced tools
Comparing version 18.1.5-dev.master-4720c7c to 18.1.5-dev.master-6ec891b
import * as i0 from '@angular/core'; | ||
import { InjectionToken, ModuleWithProviders, EnvironmentProviders, OnDestroy, Injector, NgZone } from '@angular/core'; | ||
import { InjectionToken, ModuleWithProviders, EnvironmentProviders, OnDestroy } from '@angular/core'; | ||
import { NgxsPlugin, NgxsNextPluginFn } from '@ngxs/store/plugins'; | ||
@@ -73,3 +73,3 @@ | ||
} | ||
declare const NGXS_DEVTOOLS_OPTIONS: InjectionToken<unknown>; | ||
declare const NGXS_DEVTOOLS_OPTIONS: InjectionToken<NgxsDevtoolsOptions>; | ||
@@ -89,9 +89,9 @@ declare class NgxsReduxDevtoolsPluginModule { | ||
declare class NgxsReduxDevtoolsPlugin implements OnDestroy, NgxsPlugin { | ||
private _options; | ||
private _injector; | ||
private _ngZone; | ||
private _options; | ||
private devtoolsExtension; | ||
private readonly globalDevtools; | ||
private unsubscribe; | ||
constructor(_options: NgxsDevtoolsOptions, _injector: Injector, _ngZone: NgZone); | ||
constructor(); | ||
ngOnDestroy(): void; | ||
@@ -98,0 +98,0 @@ /** |
{ | ||
"name": "@ngxs/devtools-plugin", | ||
"description": "redux devtools plugin for @ngxs/store", | ||
"version": "18.1.5-dev.master-4720c7c", | ||
"version": "18.1.5-dev.master-6ec891b", | ||
"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
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
14
35
8
150
58214
454