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

8 lines (7 loc) 189 B
export interface DirType { selector: string; providers?: any[]; directives?: any[]; [key: string]: any; } export declare function Directive(obj: DirType): (t: any) => void;