因此在安装MeanJS堆栈后,我使用了crud模块生成器:
yo meanjs:crud-module posts
一切正常但当我点击新邮政菜单中的链接时,我得到了:
GET http://localhost:3000/modules/posts/client/views/list-posts.client.view.html 404 (Not Found)
该文件确实存在,我检查了路线和东西,但一切似乎都没问题。
感谢您的帮助。
答案 0 :(得分:2)
在你的posts.client.routes.js中,只需将templateUrl从' modules / posts /更改为' modules / posts / views / form-program.client.view.html '客户端/视图/形状program.client.view.html 强>
它对我有用