Base solution for your next web application
Open Closed

How to call Component loader #4316


User avatar
0
joe704la created

I saw how I can call the loading indicator for a data table (this.primengDatatableHelper.showLoadingIndicator();). But I was wondering how I can show a component loader while its loading the template view?


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @joe704la,

    showLoadingIndicator simply sets a boolean field and a loading image is displayed according to this boolean field. You can apply a similar approach.

    Or, you can use abp.ui.setBusy() & abp.ui.clearBusy() javascript functions.