UI-Router
About
Tutorials
Guide
API Docs
Resources
Blog
Glob | UI-Router
Search
Preparing search index...
The search index is not available
UI-Router
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
common
Glob
Class Glob
Matches state names using glob-like patterns.
See:
StateService.includes
Hierarchy
Glob
Index
Constructors
constructor
Properties
glob
text
Methods
matches
from
String
is
Constructors
new
Glob
(
text
:
string
)
:
Glob
Parameters
text:
string
Returns
Glob
Properties
glob
:
Array
<
string
>
text
:
string
Methods
matches
(
name
:
string
)
:
boolean
Parameters
name:
string
Returns
boolean
from
String
(
text
:
string
)
:
Glob
Parameters
text:
string
Returns
Glob
is
(
text
:
string
)
:
boolean
Parameters
text:
string
Returns
boolean
Globals
common
common_
hof
common_
predicates
common_
strings
core
hooks
justjs
ng1
ng1_
directives
ng1_
state_
events
ng2
ng2_
directives
params
path
resolve
state
trace
transition
url
view
Glob
constructor
glob
text
matches
from
String
is
Generated using
TypeDoc
Matches state names using glob-like patterns.
See: StateService.includes