Hello ,
You can pass options to abp-modal as follows:
<abp-modal [(visible)]="visible" [busy]="modalBusy" [options]="{ size: 'sm' }">
Allowed size options are: 'sm' | 'lg' | 'xl' |
Thank you.
Hello ,
Please check https://support.abp.io/QA/Questions/2509/Remove-Pay-tables-from-Database-through-migrations#answer-81fc4c0a-24eb-af2a-b398-3a01c1e58c5b if it helps you.
Thank you.
Hello,
You can customize < abp-modal >as per you requirement in html file. Please check this source code Click here
Thank you.
Hello ,
It is possible, you have to customize abp modal at you own side. just like Click here
Thank you.
Hi,
As you have checked https://support.abp.io/QA/Questions/3592/How-do-I-force-the-Blazor-toolbar-to-refresh , I also implemented same. Its working at my end like this
I have changed my sidemenu
layout totopmenu
layout and add the code like in solution
Please give a try.
Thanks,
Hello ,
Try to run this command npm i jquery-validation@1.19.5
Thank you.
Hello,
I have tried to reproduce the issue at my end. When I logged out it redirects to localhost/authentication/logout-callback
for few seconds and appears blank just like
after few seconds it again redirect to localhost:44339/authentication/logged-out
and appears perfect just like
I am not able to reproduce the issue. can you please check any console logs or error logs. The logs you have shared are warnings. or share steps to reproduce so that I can better assist you.
Thank you,
Hello,
Sorry but it is not available yet and We have no plan to do it.
Thanks
Hello,
It is not documented yet in ABP official documentation.
This article https://community.abp.io/posts/create-a-custom-login-page-in-abp-commercial-angular-app-r2huidx7 is published on ABP community only but is is available on https://academy.hiretechteam.com/blog/createCustomLoginPageAbp/. You can refer it.
Thanks
Hello
Please check this link https://academy.hiretechteam.com/blog/createCustomLoginPageAbp/ https://gist.github.com/mehmet-erim/dac82931935a465a48802447de501032
Thank you.