core/router/router.service.ts
A service which defines routes
Properties |
|
Methods |
constructor(factories: RouteFactory[], router: Router, tabsService: TabsService, contextRouteService: ContextRouteService)
|
|||||||||||||||
Parameters :
|
addRoute | ||||||||
addRoute(route: Route | Route[])
|
||||||||
Add a new route to the router configuration or a context.
Parameters :
Returns :
void
|
refresh |
refresh()
|
Refresh the current context
Returns :
void
|
Public tabsService |
tabsService:
|
Type : TabsService
|