Skip to content

Commit 14a1123

Browse files
committed
chore: remove note from all doc versions
1 parent 3824b5c commit 14a1123

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

docs/angular/navigation.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,6 @@ 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-
125121
### Navigating using LocationStrategy.historyGo
126122

127123
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: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,6 @@ 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-
116112
## Lazy loading routes
117113

118114
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)