Options
All
  • Public
  • Public/Protected
  • All
Menu

Options to control outlet navigation.

Hierarchy

  • NavigationOptions

Index

Properties

outlet?: string

Specifies the routing target. If not specifying an outlet and if navigating in the context of an outlet, that outlet will be used as the navigation target, or the primary outlet otherwise.

params?: Map<string, any> | Dictionary<any>

Specifies the parameters that, if navigating via URL, are used to substitute named URL parameters or that are passed along with the intent if navigating via intent.

pushStateToSessionHistoryStack?: boolean

Instructs the router to push a state to the browser's session history stack, allowing the user to use the back button to navigate back in the outlet. By default, this behavior is disabled.

relativeTo?: string

Specifies the base URL to resolve a relative url. If not specified, the current window location is used to resolve a relative path.

Note that this property has no effect if navigating via intent.

Generated using TypeDoc