Outlook Addin currently does not support Clipboard API, because containing iframe does not have appropriate permissions. Currently the only other option to copy text is to use deprecated document.execCommand("copy").
For more information, please see this issue: https://github.com/OfficeDev/office-js/issues/1991