我现在正在学习Angular 6,我在玩耍看看是否能够解决遇到的错误。所以我评论了这样的一些代码
constructor(private productService: ProductService) {
// this.subscription = this.productService.getAll()
// .subscribe(products => this.filteredProducts = this.products = products);
现在我遇到以下错误
ERROR错误:“ [对象对象]” resolvePromisehttp:// localhost:4200 / polyfills.js:3136:31resolvePromisehttp:// localhost:4200 / polyfills.js:3093:17scheduleResolveOrRejecthttp:// localhost:4200 / polyfills.js:3195:17invokeTaskhttp:// localhost:4200 / polyfills.js:2743:17onInvokeTaskhttp:// localhost:4200 / vendor.js:34857:24invokeTaskhttp:// localhost:4200 / polyfills.js:2742:17runTaskhttp:// localhost:4200 / polyfills.js:2510:28drainMicroTaskQueuehttp: //localhost:4200/polyfills.js:2917:25invokeTaskhttp://localhost:42007
因此,正如您所看到的,与发生错误的文件没有任何关系。没什么
Error: subscription is NULL! (see file bar.ts, line 123)
我可以做些什么使Angular告诉我出了什么问题吗(即向我显示堆栈跟踪)?
答案 0 :(得分:0)
这是Mozilla的错误。在Chrome中可以正常工作!