Angular2中的BaseException与ES6和Webpack

时间:2015-09-14 16:22:27

标签: exception ecmascript-6 webpack angular

当我使用Angular2WebpackES6时,一切运行良好,但控制台显示上述错误,我不知道它有什么问题。

日志

BaseException {
    message: "Token must be defined!", 
    _originalException: undefined, 
    _originalStack: undefined, 
    _context: undefined, 
    stack: "Error: Token must be defined!
}
at new BaseExcep… at http://localhost:8080/dist/bundle.js:42471:32"

预览

enter image description here

代码可在https://github.com/wxyyxc1992/angular2-es6-webpack-quickstart

中找到

0 个答案:

没有答案