Socket
Socket
Sign inDemoInstall

@ngxs/router-plugin

Package Overview
Dependencies
9
Maintainers
1
Versions
978
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.8.2-dev.master-9f0fcb0 to 3.8.2-dev.master-a487d99

2

package.json
{
"name": "@ngxs/router-plugin",
"description": "router plugin for @ngxs/store",
"version": "3.8.2-dev.master-9f0fcb0",
"version": "3.8.2-dev.master-a487d99",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc