Open Closed

Block/Busy UI In Angular #3050


User avatar
0
shijo created
  • ABP Framework version: v5.2.1
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:" Like https://docs.abp.io/en/abp/latest/UI/AspNetCore/JavaScript-API/Block-Busy is there any option available for angular?

2 Answer(s)
  • User Avatar
    0
    EngincanV created
    Support Team .NET Developer

    Like https://docs.abp.io/en/abp/latest/UI/AspNetCore/JavaScript-API/Block-Busy is there any option available for angular?

    You can use the [abpLoading] directive like as below:

    <div class="my-container" [abpLoading]="isLoading">
        lorem ipsum
    </div>
    

    For example usage from the framework, please see.

  • User Avatar
    0
    shijo created

    Working.

    https://support.abp.io/QA/Questions/1203/Angular-UI-blocking-page-mechanism-during--loading--saving

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11