ParamFactory | ui-router-ng2
Options
Menu

Interface ParamFactory

Hierarchy

  • ParamFactory

Index

Methods

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

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

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

Generated using TypeDoc