在 angular 应用中嵌入混合面板脚本

Embed mixpanel script in an angular app

我正在尝试在 angular 应用程序中实现混合面板,但我不想在我的 html 中嵌入混合面板脚本,我宁愿将它嵌入我的 index.run.js ] 文件,其中包含我的大部分配置。有办法吗?

为了回答我的问题,我刚刚在 index.run.js 文件中的

之间添加了 mixpanel 脚本
 // jscs:disable
 /* jshint ignore:start */

 // mixpanel script

 /* jshint ignore:end */
 // jscs:enable

就这些:)