Base solution for your next web application
Open Closed

abp.ui.block is not implemented! #6792


User avatar
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)
  • User Avatar
    0
    aaron created
    Support Team

    Duplicate of #6313:

    use abp.ui.setBusy in angular.

    <br/>

    More info:

  • User Avatar
    0
    BobIngham created

    Thanks Aaron, it's as a result of recently upgrading to 6.8.0 from 5.4.1 so I missed that update.