You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: @types/router/transition/transition.d.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16,20 +16,20 @@ export class Transition implements HookRegistry {
16
16
* @param {Array<import('../path/path-node.js').PathNode>} fromPath The path of [[PathNode]]s from which the transition is leaving. The last node in the `fromPath`
17
17
* encapsulates the "from state".
18
18
* @param {import('../state/target-state.js').TargetState} targetState The target state and parameters being transitioned to (also, the transition options)
19
-
* @param {ng.TransitionService} transitionService The [[TransitionService]] instance
19
+
* @param {ng.TransitionProvider} transitionService The [[TransitionService]] instance
Copy file name to clipboardExpand all lines: src/router/transition/transition.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ export class Transition {
47
47
* @param {Array<import('../path/path-node.js').PathNode>} fromPath The path of [[PathNode]]s from which the transition is leaving. The last node in the `fromPath`
48
48
* encapsulates the "from state".
49
49
* @param {import('../state/target-state.js').TargetState} targetState The target state and parameters being transitioned to (also, the transition options)
50
-
* @param {ng.TransitionService} transitionService The [[TransitionService]] instance
50
+
* @param {ng.TransitionProvider} transitionService The [[TransitionService]] instance
0 commit comments