We like to show a Progress Bar when data is copied on the HandsOnTable.
Tried adding Material2- progress bar in Angular4 integration. Bind the trigger point inside “beforePaste” and tried to hide the progress bar in side “afterPaste” but, it is not working as expected. The progress bar control is enabled only afterPaste is completed. so it is up after the paste and running indefinitely.
Any suggestion on proper binding of this ?