Hi
im trying to use KTBlockUI in angular demo, I executed this code but it gives me an error which the liberary is not defined?
var target = document.querySelector("#blockme");
var blockUI = new KTBlockUI(target);
blockUI.block();
Hi Abdullah,
Sorry for the inconvenience. The Angular does not have this plugin integrated by default.
As an alternative for Angular, you could try this plugin instead.
https://www.npmjs.com/package/ng-block-ui
Thanks