mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
chore(routing): update routing package
This commit is contained in:
3
packages/angular/scripts/router/src/create_router_state.d.ts
vendored
Normal file
3
packages/angular/scripts/router/src/create_router_state.d.ts
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
import { RouteReuseStrategy } from './route_reuse_strategy';
|
||||
import { RouterState, RouterStateSnapshot } from './router_state';
|
||||
export declare function createRouterState(routeReuseStrategy: RouteReuseStrategy, curr: RouterStateSnapshot, prevState: RouterState): RouterState;
|
Reference in New Issue
Block a user