我想将以下内容嵌入到角度2的网页中。我怎样才能做到这一点?
<div id="cometchat_embed_synergy_container" style="max-width:100%;" ></div>
<script src="/cometchat/js.php?type=core&name=embedcode" type="text/javascript"></script>
<script>
var iframeObj = {};
iframeObj.module="synergy";
iframeObj.style="min-height:420px;min-width:300px;";
iframeObj.src="/cometchat/cometchat_embedded.php";
if(typeof(addEmbedIframe)=="function"){
addEmbedIframe(iframeObj);
}
</script>
答案 0 :(得分:0)
实际上,Angular 2使用TypeScript开发任何组件并实现任何功能。我不知道你的代码究竟是什么意思,但是如果你只想嵌入代码,你可以在index.html文件中插入这段代码。