angular copy html in angular 8 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));