gpt4 book ai didi

javascript - 错误 : $injector:modulerr ASP. 网络核心

转载 作者:行者123 更新时间:2023-11-29 10:32:23 25 4
gpt4 key购买 nike

我正在尝试在我的 dotnet webapi 项目中使用 Angular。我已经通过 npm 安装了 angular 和 angular-ui-router,并将所有脚本添加到我的 default.html 页面,包括开发和阶段/生产。

为了测试它,我写了以下内容:

<body ng-app="myApp">
<h1>hello</h1>
{{2+2}}
</body>

此代码不起作用并给出错误:错误:$injector:modulerr模块错误。它无法获取 myApp。我已将 app.js 包含在 default.html 中,其中 myApp 所在。

angular.module('myApp', [

我尝试过使用 ui-view 并添加了一个 .state,但这也不起作用。如果我只在标签中键入 ng-app,则 {{2+2}} 可以工作。我做错了什么?

提前致谢。

编辑:https://jsfiddle.net/ztn4kc15/

最佳答案

你的依赖是错误的。你应该使用

angular.module('myApp', ['ngRoute']);

参见 Fiddle

ui.route 代表AngularUI router ,但是 angular-route(您在 fiddle 中添加的那个)代表 ngRoute

关于javascript - 错误 : $injector:modulerr ASP. 网络核心,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42820995/

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