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: versioned_docs/version-v6/angular/navigation.md
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -118,10 +118,6 @@ export class LoginComponent {
118
118
119
119
Both options provide the same navigation mechanism, just fitting different use cases.
120
120
121
-
:::note
122
-
A note on navigation with relative URLs: Currently, to support multiple navigation stacks, relative URLs are something not supported
123
-
:::
124
-
125
121
### Navigating using LocationStrategy.historyGo
126
122
127
123
Angular Router has a [LocationStrategy.historyGo](https://angular.io/api/common/LocationStrategy#historyGo) method that allows developers to move forward or backward through the application history. Let's take a look at an example.
0 commit comments