UNPKG
ui-router
Version:
latest (1.0.0-alpha.3)
1.0.0-alpha0
1.0.0-alpha.3
State-based routing for Javascript
angular-ui.github.com/ui-router
angular-ui/ui-router
ui-router
/
src
/
params
/
module.ts
14 lines
(13 loc)
•
284 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/** * This module contains code for State Parameters. * * See [[ParamDeclaration]] *
@module
params
*
@preferred
doc
*/
/** for typedoc */
export
*
from
"./interface"
;
export
*
from
"./param"
;
export
*
from
"./paramTypes"
;
export
*
from
"./stateParams"
;
export
*
from
"./type"
;