@ngxs/router-plugin
Advanced tools
Comparing version 3.8.2-dev.master-9f0fcb0 to 3.8.2-dev.master-a487d99
{ | ||
"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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
108548
1006
0