ParamFactory | @uirouter/angularjs
Options
Menu

Interface ParamFactory

Hierarchy

  • ParamFactory

Index

Methods

  • fromConfig(id: string, type: ParamType, config: any): Param
  • Creates a new Param from a CONFIG block

  • Creates a new Param from a CONFIG block

    Parameters

    Returns Param


  • fromPath(id: string, type: ParamType, config: any): Param
  • Creates a new Param from a url PATH

  • Creates a new Param from a url PATH

    Parameters

    Returns Param


  • fromSearch(id: string, type: ParamType, config: any): Param
  • Creates a new Param from a url SEARCH

  • Creates a new Param from a url SEARCH

    Parameters

    Returns Param


Generated using TypeDoc