- ABP Framework version: v8.1.1
- UI Type: Angular / ASP page
- Database System: EF Core - SQL Server
- Tiered (for MVC) or Auth Server Separated (for Angular): yes
- Exception message and full stack trace:
- Steps to reproduce the issue:
- Implement Blogging Module into my sourcecode
- Copy Module/Volo/Application/Blogging/Post/PostAppService to MyApp/Application/Blogging/Post/PostAppService
- Run App
- In angular folder, run command: 'abp proxy-generate -t ng' Issue: The BlogModel/Blog service in Angular is not generated. Expectation: generate BlogModel/ BlogService for Angular app With this expectation, What step I'm missing?
13 Answer(s)
-
0
Hi,
Please try:
abp proxy-generate -t ng -m blogging
abp proxy-generate -t ng -m bloggingAdmin
-
0
abp proxy-generate -t ng -m bloggingAdmin
Thank you, but these command not working now
-
0
Could you share the response of the
/api/abp/api-definition
endpont. -
0
Sorry, What do you mean? I can call api blogging endpoint throw Angular request
-
0
What's the response if you access the
HTTP.API.Host_URL/api/abp/api-definition
endpoint. -
0
-
0
Can you share them all? thanks.
-
0
It's a long file, I can't share all with text or file with Abp Support Editor. Can you detect issue with specific part? Or can you give me the email for sharing this tex/file
-
0
Hi,
My email is shiwei.liang@volosoft.com thanks.
Thank you, but these command not working now
And is there any error/warn messages?
-
0
I also send email for you.
No any error/warn when run these command:
abp proxy-generate -t ng -m blogging
abp proxy-generate -t ng -m bloggingAdmin
-
0
-
0
-
0
Is there any error message on the terminal?