Skip to content
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