gpt4 book ai didi

javascript - 在 angularjs 项目中使用外部库 - MathJax

转载 作者:行者123 更新时间:2023-12-02 15:32:48 24 4
gpt4 key购买 nike

我尝试在我的 angularjs 项目中使用 MathJax 库。

我不想使用<script type="text/javascript">进入index.html来添加库,但我想要这样的东西:

 angular.module('mymodule', ['MathJax'])

这是怎么做到的?

编辑我已经使用 Bower 在我的项目中安装了 MathJax。

最佳答案

你必须同时使用两者。第一个在客户端浏览器上加载库,如果您只使用它,那么当您尝试使用该库时将会显示错误,因为它没有作为 AngularJs 上的模块注入(inject)。第二个在 AngularJs 上下文中注入(inject)功能,如果你只使用,错误会是 module not find。

关于javascript - 在 angularjs 项目中使用外部库 - MathJax,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33188020/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com