Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(angular): relative routing is supported #2980

Merged
merged 4 commits into from
May 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions docs/angular/navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,6 @@ export class LoginComponent {

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

:::note
A note on navigation with relative URLs: Currently, to support multiple navigation stacks, relative URLs are something not supported
:::

### Navigating using LocationStrategy.historyGo

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.
Expand Down
4 changes: 0 additions & 4 deletions versioned_docs/version-v5/angular/navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,6 @@ export class LoginComponent {

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

:::note
A note on navigation with relative URLs: Currently, to support multiple navigation stacks, relative URLs are something not supported
:::

## Lazy loading routes

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.
Expand Down
4 changes: 0 additions & 4 deletions versioned_docs/version-v6/angular/navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,6 @@ export class LoginComponent {

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

:::note
A note on navigation with relative URLs: Currently, to support multiple navigation stacks, relative URLs are something not supported
:::

### Navigating using LocationStrategy.historyGo

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.
Expand Down