abp
abp copied to clipboard
Proxy error - " Type 'Entity' is not generic."
Is there an existing issue for this?
- [x] I have searched the existing issues
Description
Error: src/app/proxy/volo/abp/domain/entities/models.ts:7:51 - error TS2315: Type 'Entity' is not generic.
7 export interface BasicAggregateRoot<TKey> extends Entity<TKey> { ~~~~~~~~~~~~
** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **
Reproduction Steps
No response
Expected behavior
No response
Actual behavior
No response
Regression?
No response
Known Workarounds
No response
Version
9.3.2
User Interface
Angular
Database Provider
EF Core (Default)
Tiered or separate authentication server
Tiered
Operation System
Windows (Default)
Other information
No response
hi
- Reproduction Code and Steps
Thanks
This happened when entity model (Domain) added by mistake as return\input type of any application (service) method.