0
BobIngham created
angular, dotnetcore, 6.8.0, .net 4.6.1 I am trying to implement the spinner on a page when navigating directly from another page. I implement this:
abp.ui.block();
in NgOnInit() and the console tells me:
abp.ui.block is not implemented!
Any ideas anyone?
2 Answer(s)
-
0
Duplicate of #6313:
use
abp.ui.setBusy
in angular.<br/>
More info:
- abp.blockUI.js was removed for Angular since v6.0.0 while working on removing jQuery dependency. That was in September 2018.
-
0
Thanks Aaron, it's as a result of recently upgrading to 6.8.0 from 5.4.1 so I missed that update.