如何让用typescript编写的Angular2代码在spring-tool-suite中运行?我可以在spring-tool-suite中运行用javascript编写的Angular 2代码,但是在使用typescript的情况下,我面临着很多问题,比如: 1.没有发现错误
我附上了错误的屏幕截图

发布于 2016-06-01 14:08:28
你得到的错误( javascript文件上的404)表明后端(web服务器)配置不正确。
潜在修复
让webpack试一试,这样你只需要加载一个bundle.js,而不是必须过度配置web服务器后端。
https://stackoverflow.com/questions/37560597
复制相似问题