Activities of "muhammedaltug"

Hello,

Is there any progress on your issue?

Hello,

I created a new app with app-pro template and version 4.1.0.rc-2 using abp cli. Then i was able to run the angular application successfully. There is no problem at creating application with abp cli.

Can you try removing node_modules directory and reinstall packages ? Will you observe same error when will you create a new angular application and run this angular application in your Abp-Bms folder?

Hello,

Can you check your project files' permission settings ? In this case needed permission is Read & Execute.

Hello,

You can change collapse animation by replacing the abp-routes component. You can follow these steps for abp-routes component replacement.

Hello arifharsono,

Sorry for latency in answer your question.

You can check example for layout customization in v3.2 in this example

Hello,

The error seems like related with ngb-pagination. Some undefined variables given to ngb-pagination component inputs maybe cause this error.

Can you give us a code example for understanding the problem?

Hello tunji,

Sorry for the latency in the answer to your question

ABP modal does not support binding class to the modal-content section. you can change the overflow-scroll CSS class this way.

.overflow-scroll .modal-content {
      max-height: 230px;
      overflow-y: scroll;
}

Give overflow-scroll class to abp-modal component's modalClass input

<abp-modal modalClass="overflow-scroll">
    <!-- modal content -->
</abp-modal>

Hello Johannes,

We have a issue for this request. Animation change will be available in 4.0.0 version

Hello paul, scot

We have an issue for this case. Replacement of aplication layout sections with replacable components will availabe in version 4.0.0, paul, you can customize footer with replacing entire layout for now. scott, you can change application name in environment files. This property used only for copyright information in application layout and account layout components

Hello tunji,

I realized the given 'overflow-hidden' CSS class example in the issue doesn't have a dot in the beginning. Can you check the CSS class definition? Otherwise, can you give me a full code example with your component files and style files?

Showing 241 to 250 of 254 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11