Socket
Socket
Sign inDemoInstall

@ngxs/router-plugin

Package Overview
Dependencies
Maintainers
1
Versions
1022
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngxs/router-plugin - npm Package Compare versions

Comparing version 3.8.2-dev.master-81baa9d to 3.8.2-dev.master-9765643

2

package.json
{
"name": "@ngxs/router-plugin",
"description": "router plugin for @ngxs/store",
"version": "3.8.2-dev.master-81baa9d",
"version": "3.8.2-dev.master-9765643",
"sideEffects": false,

@@ -6,0 +6,0 @@ "peerDependencies": {

export { NgxsRouterPluginModule, withNgxsRouterPlugin } from './router.module';
export { RouterState, RouterStateModel } from './router.state';
export { ROUTER_STATE_TOKEN, RouterState, RouterStateModel } from './router.state';
export { RouterStateSerializer, DefaultRouterStateSerializer, SerializedRouterStateSnapshot } from './serializer';
export * from './router.actions';
export { NavigationActionTiming, NgxsRouterPluginOptions } from '@ngxs/router-plugin/internals';
import { NgZone, OnDestroy, Injector } from '@angular/core';
import { Router, RouterStateSnapshot } from '@angular/router';
import { StateContext, Store } from '@ngxs/store';
import { StateContext, StateToken, Store } from '@ngxs/store';
import { Navigate, RouterAction } from './router.actions';

@@ -13,2 +13,3 @@ import { RouterStateSerializer } from './serializer';

export type RouterTrigger = 'none' | 'router' | 'store' | 'devtools';
export declare const ROUTER_STATE_TOKEN: StateToken<RouterStateModel<RouterStateSnapshot>>;
export declare class RouterState implements OnDestroy {

@@ -15,0 +16,0 @@ private _store;

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc