mirror of https://github.com/abpframework/abp
parent
ef32f605bb
commit
8f3791440b
@ -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