Hi Team,
I am customizing the built-in UsersComponent from @volo/abp.ng.identity. While attempting to replace it with my own component:

I encountered an error because the ExcelService and UserSessionsComponent are not exported externally

Could you consider exporting them in the next version?

Thanks for your support
When reloading the page at the route /file-management, the app in the browser crashes. This issue only occurs upon reloading the page; it functions correctly when navigating to /file-management using the navigation menu.
This is the browser console log:

The source code is the class UploadService at angular\projects\file-management\src\lib\services\upload.service.ts
It should be like this to avoid the exception:
ngOnDestroy() { this.uppy?.close(); this.subscriptionService.closeAll(); }
Please fix this in the next version.

