Eric Simonton

Results 49 comments of Eric Simonton

Thank you. I can confirm this new code worked for me.

Ahh - but a word of warning for others: this approach causes the browser to load all rxjs operators, not just the ones you import. There may be more setup...

Normal or not, I'll stick with deep imports for now. It is recommended as an alternative in the official rxjs docs, and reduces the time it takes to run my...

Look into adding `ensureSpiedOn()` in the process

My "workaround" involves using a whole test library (that I wrote). It runs test in the `fakeAsync` zone and does _not_ flush timeouts before searching for harnesses. You can use...

I'm having the same problem as @pselden, and I am not using babel. Is there a workaround for this, or do I have to choose between "no tree shaking" and...

Thanks for this, okize. For anyone else wanting to use this even though the PR hasn't been merged, you can install via `npm` directly from this PR: ``` npm install...

I'm trying out [`yarn`](/yarnpkg/yarn) which does not (yet?) understand pull request URLs. So for that refer to the commit hash instead: ``` yarn install timdown/rangyinputs#91d0c4e5448a79dc4c47f8771c258c854d690360 ```

This can't be done yet, since "Directives used in hostDirectives must be standalone: true." It will have to wait until either Angular's built-in value accessor directives are standalone, or that...