我正在尝试使用https://github.com/leewinder/ng2-google-recaptcha的ng2-google-recaptcha组件。我按照页面上的说明做了所有的事情,但是我得到了这个错误:
Error: (SystemJS) XHR error (404 Not Found) loading http://localhost:3000/ng2-google-recaptcha
...
Error loading http://localhost:3000/ng2-google-recaptcha as "ng2-google-recaptcha" from http://localhost:3000/app/app.module.js我用谷歌搜索了一下,但找不到答案。请告诉我哪里做错了。
谢谢,
误区
发布于 2016-12-08 20:40:17
我没有像安装说明中所说的那样在systemjs.config.js文件中添加内容。
https://stackoverflow.com/questions/41037977
复制相似问题