Activities of "gustavodm"

Thanks, option A worked.

This appears to be the same problem as in this closed issue: https://abp.io/support/questions/6657/Generation-of-Service-Proxies-for-Angular-not-handling-subclasses-of-PagedResultDtoT-correctly

After running the proxy generator, the resulting models.ts file includes both an import for MyEntityDto and and interface definition for MyEntityDto. Compiling the file results in the error, "error TS2440: Import declaration conflicts with local declaration of 'MyEntityDto'"

Steps to Reproduce

  1. Create a DTO on the C# side
    1. public class MyEntityDto : EntityDto<Guid>
  2. Create a subclass of PageResultDto<T> where T is MyEntityDto
    1. public class MessageCenterCustomPagedResultDto : PagedResultDto<MessageDto>
  3. Run "abp generate-proxy -t ng"
  4. Attempt to build the angular project
Showing 1 to 2 of 2 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.2.0-preview. Updated on January 20, 2026, 07:04
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.