UNPKG

jw-ng-forward

Version:

Temporary package. The default solution for those that want to write Angular 2.x style code in Angular 1.x

6 lines (5 loc) 218 B
export interface IConfigDecorator { providers?: any[]; } export declare function Config(opts?: IConfigDecorator): (t: Function) => void; export declare function Run(opts?: IConfigDecorator): (t: Function) => void;