the router factory
the settings service for the routes
Get the id from the params from the current route
returns if you are on the create page
returns if you are on the edit page
returns if you are on the overview page
returns if you are on the show page
Get the query from the current route
Add routes to the router
create basic routes for the given settings
the settings on which the routes are based
Go to the give route by name, optional id and query If going to a route you are already on, it catches the given error
the name of the new route
Create new route settings
the base name for the routes being created
register middleware for the router after entering a route
the middleware function
register middleware for the router before entering the route
the middleware function
Generated using TypeDoc