Hi All,
We started using abp framework this week and after generate entities and frontend using abp suite, we got several errors related to self reference like below:
Error: src/app/categories/category/components/category.component.html:54:34 - error TS2339: Property 'getCategoryLookup' does not exist on type 'CategoryService'.
54 [getFn]="service.getCategoryLookup" ~~~~~~~~~~~~~~~~~
Api project had a such endpoint, but the problem it doesn't exists in (angular service) proxy:
[HttpGet] [Route("category-lookup")] public Task<PagedResultDto<LookupDto<int>>> GetCategoryLookupAsync(LookupRequestDto input) { return _categoriesAppService.GetCategoryLookupAsync(input); }
Could you please advise how to avoid this issue later?
If you're creating a bug/problem report, please include followings: