标签: angularjs angular html5 typescript iframe
我有一个要求,我需要在click事件上打开一个外部网站网址(例如stackoverflow),并为此使用iframe。
我的代码是:
<iframe src="https://stackoverflow.com" sandbox width="200" height="200" align="right"> </iframe>
但是在发现的一些博客中,在您的应用程序中使用iframe是一种不好的做法。
有什么办法可以在角度4中实现这一目标。