Browse Source
Merge pull request #20390 from abpframework/auto-merge/rel-8-2/2864
Merge branch rel-8.3 with rel-8.2
pull/20391/head
maliming
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
npm/ng-packs/packages/schematics/src/constants/volo.ts
|
|
|
@ -26,10 +26,10 @@ export const VOLO_PACKAGE_PROXY_IMPORTS = new Map<string, string>([ |
|
|
|
['Volo.Saas.Editions.EditionDto', '@volo/abp.ng.saas/proxy'], |
|
|
|
[ |
|
|
|
'Volo.Abp.TextTemplateManagement.TextTemplates.TextTemplateContentDto', |
|
|
|
'@volo/abp.ng.saas/proxy', |
|
|
|
'@volo/abp.ng.text-template-management/proxy', |
|
|
|
], |
|
|
|
[ |
|
|
|
'Volo.Abp.TextTemplateManagement.TextTemplates.TemplateDefinitionDto', |
|
|
|
'@volo/abp.ng.saas/proxy', |
|
|
|
'@volo/abp.ng.text-template-management/proxy', |
|
|
|
], |
|
|
|
]); |
|
|
|
|