MCPcopy
hub / github.com/angular-ui/ui-router / RawNg1RuleFunction

Interface RawNg1RuleFunction

src/urlRouterProvider.ts:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12import { services, isString, isFunction, isArray, identity } from '@uirouter/core';
13
14export interface RawNg1RuleFunction {
15 ($injector: $InjectorLike, $location: LocationServices): string | void;
16}
17
18/**
19 * Manages rules for client-side URL

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected