diff --git a/docs/en/Blog-Posts/2020-09-07 Angular-Service-Proxies/POST.md b/docs/en/Blog-Posts/2020-09-07 Angular-Service-Proxies/POST.md index 9c7281ede4..e0543fb915 100644 --- a/docs/en/Blog-Posts/2020-09-07 Angular-Service-Proxies/POST.md +++ b/docs/en/Blog-Posts/2020-09-07 Angular-Service-Proxies/POST.md @@ -387,8 +387,6 @@ export class OrderService { src/app/shared/models/orders/**index.ts** -**TODO: FIX the ERROR** - ````typescript import type { GenericDetailDto } from '../../models/orders'; @@ -404,3 +402,4 @@ export interface OrderDetailDto extends GenericDetailDto { } ```` +NOTE: 3.1.0-rc2 was generating the code above, which is wrong. It will be fixed in the next RC versions. \ No newline at end of file