I am using Angular 6 , and when I tried to embed the below link
<iframe src]='https://miro.com/app/board/o9J_ldxFWKw=/'></iframe>
I am getting the below error in console.
Refused to display 'https://miro.com/app/board/o9J_ldxFWKw=/' in a frame because it set 'X-Frame-Options' to 'sameorigin'.
any help would be highly appreciated.