I am trying to copy text to clipboard on click of button.
I am using below library for this but the only things lacking with that library is that it is not shown how to display tooltip when content is copied:
https://www.npmjs.com/package/angular-clipboard
I have tried answers from below questions but those answer doesn't seems to work so i ended up using this above library:
how to get clipboard data in angular JS
I want to show my tooltip exactly the way as shown on this below question answer: