UNPKG

angular-ui-router

Version:

State-based routing for AngularJS 1.x

7 lines (6 loc) 183 B
/** @hidden */ export declare const resolveFactory: () => { resolve: (invocables: { [key: string]: Function; }, locals?: {}, parent?: Promise<any>) => Promise<{}>; };