Skip to content

Commit 3824b5c

Browse files
committed
docs(angular): relative routing is supported
Co-authored-by: rdlabo<[email protected]>>
1 parent 2d3f7dc commit 3824b5c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

versioned_docs/version-v6/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.

0 commit comments

Comments
 (0)