Creates a UrlMatcher for the specified pattern.
Creates a UrlMatcher for the specified pattern.
The URL pattern.
The config object hash.
The UrlMatcher.
Returns true if the specified object is a UrlMatcher, or false otherwise.
Returns true if the specified object is a UrlMatcher, or false otherwise.
The object to perform the type check against.
true
if the object matches the UrlMatcher
interface, by
implementing all the same methods.
Generated using TypeDoc
Factory for UrlMatcher instances.
The factory is available to ng1 services as
$urlMatcherFactory
or ng1 providers as$urlMatcherFactoryProvider
.