将数据传递到index.html

时间:2020-05-14 15:37:53

标签: angular parameter-passing

我需要通过app.component.ts在index.html中传递用户令牌的值。 我在index.html文件中有一个脚本代码,在其中需要用户令牌。

有什么方法可以实现此功能(或者可以通过其他任何方式添加脚本标签以传递用户令牌的值)?

以下是脚本:

<script>
 window.fcWidget.init({
 "config": {
  "cssNames": {
    "widget": "custom_fc_frame"
  }
 },
 "host": "https://wchat.freshchat.com",
 "token": "enter token here"
 });
</script>

谢谢!

0 个答案:

没有答案