Embed an external website in a Angular component
Budget: $10 – $30 USD
Let say for example, I have this line of code
<div><object data="https://reactjs.org/"/> </div>
instead of using iframe to embed reactjs.org, then inside reactjs.org, there's a href that I want to modify its value.
Is there a possibility of doing that?
When I inspect it in the browser I can see the href, I can perform some css style on it, but if I put that css code in my file, it doesn't do anything.
<div><object data="https://reactjs.org/"/> </div>
instead of using iframe to embed reactjs.org, then inside reactjs.org, there's a href that I want to modify its value.
Is there a possibility of doing that?
When I inspect it in the browser I can see the href, I can perform some css style on it, but if I put that css code in my file, it doesn't do anything.