在 Angular 2 应用程序中集成 Smooches Web 界面时,我收到此错误。
es6.promise.js:117 Unhandled promise rejection Error: Zone.js has detected that ZoneAwarePromise `(window|global).Promise` has been overwritten.(…)
我的 index.html 中的脚本标签如下所示:
<script src="https://cdn.smooch.io/smooch.min.js"></script>
<script>
Smooch.init({appToken: 'an4tq3kng5aw0xknv6wvhedlg'});
</script>