UNPKG

dgeni

Version:

Flexible JavaScript documentation generator used by both AngularJS and Angular

8 lines (7 loc) 261 B
/** * @dgService getInjectables * @kind function * @description * Use the injector to get a collection of service instances from a collection of injectable factories */ export declare function getInjectablesFactory(injector: any): (factories: any) => any;