AppNavigator

Client-Side Navigator ( no-reload )

Definition

function AppNavigator(base_url: String, ...data: any)

Input

  • base_url : the url to navigate to

  • data : a list of arbitary data that will be passed to the view binded with the navigated url via callback arguments

Last updated