Indicates if the application is in dev mode.
Protected
_callCalls all listeners registered in the event.
Name of the event.
Calls all listeners registered in the event.
Name of the event.
Data to send in the event.
Protected
_hasRegisters the listener of the event.
Name of the event.
Listener to execute when the event is called.
Registers the listener of the event.
Name of the event.
Listener to execute when the event is called.
Clears all listeners on the event.
Name of the event.
Pushes the state to the history and renders the route if it's not the current route and refresh is false.
URL path.
Pushes the state to the history and renders the route if it's not the current route and refresh is false.
URL path.
Query string data.
Pushes the state to the history and renders the route if it's not the current route and refresh is false.
URL path.
Query string data.
Indicates if the route should be refreshed if the route is currently rendered.
Alias for the navigate
method with the refreshing the content.
URL path.
Alias for the navigate
method with the refreshing the content.
URL path.
Query string data.
Registers error page for rendering errors.
This method is called automatically in the bundle load.
ErrorPage component to register.
Registers the routing map.
This method is called automatically in after the bundle load.
Map of routes.
Removes the listener of the event.
Name of the event.
Removes the listener of the event.
Name of the event.
Renders the route's component.
Route to render.
Renders the route's component.
Route to render.
Indicates if the component of the route should be refreshed if the route is currently rendered.
Renders the component to the target.
The component.
The target DOM element
Renders the component to the target.
The component.
The target DOM element
Function called after the render.
Renders the page component.
Page component.
Sets the cookie.
Name of the cookie.
Value of the cookie.
Sets the cookie.
Name of the cookie.
Value of the cookie.
Additional options of the cookie.
Base client application.