BackgroundModule mahalo/components/route

This module is responsible for routing.

Index

Components

Variables

Functions

Variables

installed

installed:any

Functions

setByID

  • setByID(id: any): boolean
  • Navigate to a route by its ID.

    Parameters
    • id: any
    Returns boolean

setByPath

  • setByPath(path: string): void
  • Navigate to a route by its path.

    Parameters
    • path: string
    Returns void