I am calling stored procedure, and its taking 6, 7 sec to execute, I wan to show common ASP.NET Zero progress bar loader during procedure execution.
9 Answer(s)
-
0
- What is your product version?
- What is your product type (Angular or MVC)?
- What is product framework type (.net framework or .net core)?
-
0
Product version : V.7.0(Latest) Product Type : Angular Framework Type : .Net Core
-
0
You can use the following command.
abp.ui.setBusy(); abp.ui.clearBusy();
-
0
Thank you so much for your support and this is working fine but while showing loader icon it disabled all screen area including side bar menu, but I want to show loader on perticular
<div>
tag or on content area only. -
0
-
0
Hi Mr. Maliming,
Regarding block level progress bar given above, I am still not able to do it or its not coming. May you please do for once for one report by taking remote. I sent you my Teamviewer credentials on Email.
Regards,
-
0
Hi,
We will be using https://github.com/Napster2210/ngx-spinner for the next version of AspNet Zero. You can also take a look at this library.
-
0
You can also manually upgrade your busyIf directive , check this out
And if you implement it. Don't forget to add component as an entry component. app.module.ts
-
0
This issue is closed because of no recent activity. Please open a new issue if you are still having this problem.