mirror of https://github.com/abpframework/abp.git
1 changed files with 3 additions and 1 deletions
@ -1,5 +1,7 @@ |
|||||
import { APIDefination } from './types/api-defination'; |
import { APIDefination } from './types/api-defination'; |
||||
|
|
||||
export async function angular(data: APIDefination.Response, selectedModules: string[]) { |
export async function angular(data: APIDefination.Response, selectedModules: string[]) { |
||||
selectedModules.forEach(() =>) |
selectedModules.forEach(module => { |
||||
|
console.log(module); |
||||
|
}); |
||||
} |
} |
||||
|
|||||
Loading…
Reference in new issue