branch icon

Type error fixed on file-management #14646

Resolves #14361

It fixes file-management type error on console

image

Checklist

  • I fully tested it as developer / designer and created unit / integration tests
  • I've assigned reviewer, related labels and set a milestone for this PR

How to test it?

  • Run backend on test-app
  • Run build:all command on ng-packs
  • update path for file-management on tsconfig.dev.json
"@volo/abp.ng.file-management/*": ["dist/packages/file-management/*"],
"@volo/abp.ng.file-management/common/*": ["dist/packages/file-management/common/*"],
"@volo/abp.ng.file-management/config/*": ["dist/packages/file-management/config/*"],
"@volo/abp.ng.file-management/proxy/*": ["dist/packages/file-management/proxy/*"],
  • update app.routing.module
  {
    path: 'file-management',
    loadChildren: () =>
      import('dist/packages/file-management').then(m => m.FileManagementModule.forLazy()),
  },
  • Run test-app
Version
7.3.0
Release Date
12 luglio, 2023
Labels
ui-angular bug