copy to clipboard using angular 6 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));