Deploying Angular2 App, getting unknown non-descriptive error
问题 Getting this error in firebug after angular2 app has been deployed : "TypeError: this._nativeError is undefined" in app.js. *app.js is the javascript that is created from npm run build.prod.aot (and also npm run build.prod). App runs fine locally, it only seems to give me problems after I've deployed to a standalone web server. I assume I have a minor typo somewhere, but the error looks pretty generic and I can't find anything conclusive as to what might be the cause. Has anyone seen this