Activities of "Anjali_Musmade"

Hello,

can you please shared steps to reproduced the issue.

Thanks.

Hello

Can you please check this similar issue https://support.abp.io/QA/Questions/2504/How-to-set-default-language-as-Chinese-in-Blazor-Server-App

Thank you.

Hello,

You can click on Add an existing solution button and add your current solution path

and then try to create an entity and check whether angular code is created or not.

Thanks.

Great, I am closing the ticket as the issue resolved.

Regards

Hello,

Try to change the version of LeptonX to 3.1.0 like @volosoft/abp.ng.theme.lepton-x": "~3.1.0",

after that delete your yarn.lock file and then run the below commands

yarn

npm start

Could you give it a try if it works?

Thanks

Hello,

I have reproduced your issue at my end instead of text-right you can try to use text-end bootstrap class. I have attached code snippet you can refer this

It shows the result

Thanks.

Hello,

You can create a custom css file under the wwwroot folder and add that custom css file to BundleContributor.

Please refer to this similar issue for adding custom css files https://support.abp.io/QA/Questions/5193/How-to-add-custom-CSS-files-in-solution-and-render-them or you may refer to this doc https://docs.abp.io/en/abp/latest/UI/Blazor/Global-Scripts-Styles

thanks

Hello,

Please share some sample codes by mail at support@abp.io, and mention your ticket number in the mail. Then I can help you better.

Thanks

Hello,

Please make sure in Crud Page Generator you have selected the check box for the user interface as highlighted in screen shot

Thanks

Hello,

Whenever the route does not match then it automatically redirects to home. I have one example please check yours accordingly

{
        path: '/book-store',
        name: '::Menu:BookStore',
        iconClass: 'fas fa-book',
        order: 101,
        layout: eLayoutType.application,
      },
     {
        path: '/books1',
        name: '::Menu:Books1',
        parentName: '::Menu:BookStore',
        layout: eLayoutType.application
      },
      {
        path: '/books2',
        name: '::Menu:Books2',
        parentName: '::Menu:Books1',
        layout: eLayoutType.application
      },

it will result in this

please let me know if anything needed.

Thanks

Showing 61 to 70 of 1087 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 05:21