Options
All
  • Public
  • Public/Protected
  • All
Menu

This class is for use in your router store.

Angular's router, and @ngrx's router-store implementations use a few different variables depending on what call you are making.

This model wraps all of them into one package, but you will still have to know which ones to set and use based on what you want Angular and @ngrx to do.

Hierarchy

  • Route

Index

Constructors

Properties

Constructors

constructor

Properties

extras

extras: NavigationExtras

params

params: any

path

path: any

url

url: string

Generated using TypeDoc