Activities of "Anjali_Musmade"

Hi bhasinp,

Please have a look at this link: https://docs.abp.io/en/abp/latest/UI/Angular/Modifying-the-Menu#how-to-add-an-element-to-right-part-of-the-menu

Thanks, Anjali

Hi , check this similar ticket https://support.abp.io/QA/Questions/2846/Existing-Database Thanks,

Hi , we are try our side its work perferctly. Thanks,

Hello bozkan ,

  1. you can place the icon after label like below. <abp-button buttonType="submit" formName="book"> {{ 'AbpUi::Save' | abpLocalization }} <i class="fa fa-check"></i> </abp-button>
  2. If you want to manage with classes don't want separate <i> tag then <abp-button iconClass="fa fa-save float-end me-0 ms-2 custom-margin"> {{ 'AbpUi::Save' | abpLocalization }} </abp-button> And add this in styles.css .custom-margin { margin-top: 0.2rem !important; } Thanks,

https://www.youtube.com/watch?v=R9CqTtn6Wcg 0:23:08 LeptonX - Angular Customization you can watch this video for steps. and this document https://docs.abp.io/en/abp/latest/UI/Angular/Theme-Configurations. If this not work please let me know how can I reproduce this at my end.

Hi

As you mentioned you are using custom login components and custom login button you have to create custom angular functionalities of your own with some external angular packages. Please follow the link for creating the microsoft account and use custom package for Microsoft external login. https://learn.microsoft.com/en-us/entra/identity-platform/tutorial-v2-angular-auth-code

Thanks,

https://support.abp.io/QA/Questions/6043/Not-able-to-download-the-source-code-of-the-LeptonX-Pro-theme%27s-source-code Can you please refer this Or you can follow this document for customizing layout.

Answer

For time being you can add keys like I shared. We will update this in next release.

I have tried at my end and api is calling only once.

Hi lan.dang,

Can you please share the error log with debug info.

Thanks

Showing 571 to 580 of 1087 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 23, 2024, 13:33