ng-block-ui
ng-block-ui copied to clipboard
Block UI Loader/Spinner for Angular
I faced this problem `Can't import the named export from non EcmaScript module (only default export is available)` in Angular 10, [email protected]. I tried to downgrade to 3.0.2 but then...
I'm upgrading to angular 18 from angular 17 in one of my projects and i'm getting error where using `@BlockUI()blockUI!: NgBlockUI` gives error: `TypeError: Cannot read properties of undefined (reading...
I had a problem with the CSS: a `` tag is injected in the HTML, without a scope so it not only affect blockUI related code. Example: ```typescript ``` This...
This package is not designed to work with standalone components
I'm currently upgrade my angular application to angular 18.2.3 version and using ng-block-ui version to 4.0.1. when i try to run the application I'm getting undefined error. NgBlockUI is not...