After noticing that copying and pasting text from an Angular Application to a text editor like Microsoft Word results in losing the original format, I decided to investigate further.
An example I used was the angular material website: https://material.angular.io/
https://i.stack.imgur.com/wDYDt.png
When pasted into Microsoft Word:
https://i.stack.imgur.com/cwBC6.png
This means that the copied text loses center alignment, color, and font type settings.
I am wondering if there is a way to maintain the website's format. Even though the font used by Angular Material may be different from that of a text editor, are there other aspects like alignment and color that can be preserved?
I have recently started a project using Angular 8 + Angular Material and encountered this same issue.