如何在不引起“不安全值”异常的情况下将iframe src设为角2?
对于没有AngularJS经验的角2,我是新手,我正在编写一篇涉及设置iframe src属性的教程:
<iframe width="100%" height="300" src="{{video.url}}"></iframe>
这会引发异常:
Error: unsafe value used in a resource URL context at DomSanitizationServiceImpl.sanitize...
我已经尝试过使用绑定[src]没有成功。我可能错过了什么,我已经很难找到解决这一问题的办法。
[src]
相关分类