所以在安装了 MeanJS 堆栈之后,我使用了 crud 模块生成器:
yo meanjs:crud-module posts
一切正常,但是当我单击新帖子菜单中的链接时,我得到:
GET http://localhost:3000/modules/posts/client/views/list-posts.client.view.html 404 (Not Found)
该文件确实存在,我检查了路线和东西,但一切似乎都很好。
感谢您的帮助。
在你的posts.client.routes中.js只需将templateUrl从"modules/posts/client/views/form-program.client.view.html"更改为"modules/posts/views/form-program.client.view.html"
它对我有用