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

5 lines (4 loc) 148 B
export default function groupModulesAndProviders(modulesAndProviders: any[], errorContext?: string): { modules: any[]; providers: any[]; };