Hi, @joerguth
You can check this: https://support.abp.io/QA/Questions/4931#answer-3a0ac81e-fcd4-f116-1edc-60bf9511c33d
Hi,
I will check it.
Hi
The pages
https://gist.github.com/realLiangshiwei/7b206990452bf566c711c0a0472d043d
If you also want to replace the Code Behind File, you can try:
[ExposeServices(typeof(UserManagement))]
[Dependency(ReplaceServices = true)]
public partial class MyUserManagement
{
}
My question : to customize User management pages, what are package I have to added? what is razor pages I need to customize ? and How
You don't need to add any package.
You can check the document to know how to overriding Components: https://docs.abp.io/en/abp/latest/UI/Blazor/Customization-Overriding-Components?UI=Blazor
Hi,
You need to replace dependency injection with autofac
Hi,
I can't reproduce the problem.
Steps:
abp new Myapp -t app -v 6.0.2Nuget.Config file to the Myapp directoryabp add-module volo.languageManagement --version 6.0.2You can run create a new app-pro project to get the commercial
Nuget.Configfileabp new Myapp -t app-pro
But I got build errors like
Can you share the full error logs?
Hi,
Can you provide the full steps to reproduce? thanks.
Hi,
Can you try run the abp install-libs command to restore the NPM packages?
https://github.com/abpframework/abp/issues/16403
Hi,
This is a problem of ABP CLI. we will fix it in the next version. you need also to run the Authserver currently