Is there a chance to implement a paste button in Angular.
FE: User copies a link of the website and on my page when he or she hits a button copied link should appear in a textbox.
Thanks!
You can only copy from a webpage programmatically. You cannot programmatically paste anything because this is a security violation. However, you can add
(paste)="onPaste($event)"
to get the pasted clipboard details from control + v
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With