Skip to content

Commit

Permalink
Merge pull request #20741 from abpframework/issue-20680
Browse files Browse the repository at this point in the history
Angular - Fixing Proxy Generation Imports for Identity Module
  • Loading branch information
masum-ulu authored Sep 23, 2024
2 parents ede1c75 + ddaff49 commit f5c0f1d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions npm/ng-packs/packages/schematics/src/constants/volo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ export const SAAS_NAMESPACE = 'Volo.Saas';
export const TENANT_KEY = 'tenant';

export const VOLO_PACKAGE_PROXY_IMPORTS = new Map<string, string>([
['Volo.Abp.Identity.IdentityUserDto', '@volo/abp.ng.identity/proxy'],
['Volo.Abp.Identity.IdentityRoleDto', '@volo/abp.ng.identity/proxy'],
['Volo.Abp.FileManagement.FileDescriptorDto', '@volo/abp.ng.file-management/proxy'],
['Volo.Abp.FileManagement.DirectoryContentDto', '@volo/abp.ng.file-management/proxy'],
['Volo.Abp.AuditLogging.AuditLogDto', '@volo/abp.ng.audit-logging/proxy'],
Expand Down

0 comments on commit f5c0f1d

Please sign in to comment.