Hello ,
Add CMS kit module as package using ABP suite.
After that add below code in MyProjectGlobalFeatureConfigurator.cs
file
Now run your backend and then in your angular project just hit the command abp generate-proxy -t ng -m cms-kit-pro-admin
in your terminal.
Just like It will genrate the proxy for app service. By using it you can customize UI.
Thank you.
Hello ,
Please check this link https://support.abp.io/QA/Questions/3613/Integrate-CMS-Kit-Pro-Module-in-Angular
Thank you.
Hello,
Thanks for reporting I will refund your credit and closing this ticket.
Thanks
Hello,
If you want to disable datetime picker opened automatically every time then you have to customize your code.
Please check this below code and try at your side.
<abp-input asp-for="Book.FromDate" value="@DateTime.Now.ToString("yyyy-MM-dd")" type="date" abp-data-datepicker="false" />
Thank you.
Hello,
You will get this file in source code of Account module.
you can also refer this https://community.abp.io/posts/how-to-add-custom-property-to-the-user-entity-6ggxiddr.
can you please provide this info ABP Framework version: UI Type: Database System: Tiered (for MVC) or Auth Server Separated (for Angular):
thanks,
Hello ,
Please check this solution if it works for you https://stackoverflow.com/questions/77204224/how-to-clear-all-the-sessions-using-protectedsessionstorage-in-blazor-server-app.
Thank you.
Hello,
Please check similar issue https://support.abp.io/QA/Questions/2989/Overriding-PersonalInfo-for-extra-properties
Thanks