Skip to content

Commit 2d3f7dc

Browse files
committed
chore: revert invalid changes
1 parent f388549 commit 2d3f7dc

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/angular/navigation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ export class LoginComponent {
118118

119119
Both options provide the same navigation mechanism, just fitting different use cases.
120120

121+
:::note
122+
A note on navigation with relative URLs: Currently, to support multiple navigation stacks, relative URLs are something not supported
123+
:::
124+
121125
### Navigating using LocationStrategy.historyGo
122126

123127
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.

versioned_docs/version-v5/angular/navigation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@ export class LoginComponent {
109109

110110
Both options provide the same navigation mechanism, just fitting different use cases.
111111

112+
:::note
113+
A note on navigation with relative URLs: Currently, to support multiple navigation stacks, relative URLs are something not supported
114+
:::
115+
112116
## Lazy loading routes
113117

114118
Now the current way our routes are setup makes it so they are included in the same chunk as the root app.module, which is not ideal. Instead, the router has a setup that allows the components to be isolated to their own chunks.

0 commit comments

Comments
 (0)