Nathan

Results 11 comments of Nathan

My co-worker was having the exact same issue as described above by @Drew-Daniels , and I wasn't. He was also seeing 2 java terminal's open, but I wasn't. After upgrading...

I had similar but different null injector error: `core.mjs:6485 ERROR Error: Uncaught (in promise): NullInjectorError: R3InjectorError(... ) -> FirestoreService -> ka -> ka -> ka`. This was from importing `Firestore`...

Here's a [plunk](https://plnkr.co/edit/CLCx8BHeImj39etK4bB2?p=preview) with a `router-outlet` that might help. Seems to being pulling from the head of the repo instead of from npm. I am having trouble reproducing this in...

It seems that a build process related to zlib doesn't happen when running with stackblitz (more info [here](https://github.com/stackblitz/core/issues/772)). If the dependency on `zlib` could be removed that would be ideal...

@Haroenv I'm not using SSR, is there something I can do to keep stackblitz from thinking it needs it? As soon as I install `angular-instantsearch` as a dependency, stackblitz wants...

@eunjae-lee Thanks for looking into it. I have also tagged this in a separate issue with `stackblitz/core` hopefully they will have some feedback that will be helpful or can solve...

I could take a wack at this. @andrewseguin do team members have objections outside contributors taking this on? I'll try to follow patterns laid out by @crisbeto . I'm planning...

@cole21771 , the team usually limits outside contribution on features that need special design consideration, so it is generally a good idea to get confirmation that they are open to...

I've looked into the source quite a bit, and it will be a non-trivial feature to implement and require some design docs to be written to account for the important...

We are getting the same error when trying to use Angular 1.7 with Ionic 1. Docs describe problem [here](https://docs.angularjs.org/error/$timeout/badprom), but it looks like we will have to submit a PR...