UNPKG

ng-di-kit

Version:

Angular Dependency Injection Kit

3 lines (2 loc) 177 B
import { DIRouteOptions } from "../abstraction"; export declare function DIRoute(options: DIRouteOptions): (type: new (...args: any[]) => any) => new (...args: any[]) => any;