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)
-
0
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.
-
0
Working.
https://support.abp.io/QA/Questions/1203/Angular-UI-blocking-page-mechanism-during--loading--saving