library for copy to clipboard in angular 11 code example
Example: copy to clipboard angular
navigator.clipboard.writeText(content).then().catch(e => console.error(e));
navigator.clipboard.writeText(content).then().catch(e => console.error(e));