UNPKG

ng-injector

Version:

Injector decorator for writing angular 1.x with ES6/TypeScript

2 lines (1 loc) 103 B
export declare const injector: (deps?: string | string[]) => (target: any) => (...args: any[]) => any;