-
Beta Was this translation helpful? Give feedback.
Answered by
amsaighi
Dec 2, 2020
Replies: 1 comment
-
We have created library following Angular CLI |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
amsaighi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have created library following Angular CLI
ng generate library config
for each module we had in backend in our main angular project, and we configure it manually.And to consuming our API, we used ABP CLI
abp generate-proxy -m module -a api-name --t target
.