Tim De Pauw
Tim De Pauw
I believe #40 would fix this.
You'd have to make sure the pool stays active and have the producer function deliver a new promise once it becomes available. While it's feasible using this package, you could...
Sorry about the radio silence here. I want to have another attempt at improving the typings. That said, I'm still not using TypeScript personally, and we've kind of drifted away...
Thanks for your feedback! I think it would make a lot of sense to migrate the typings to DefinitelyTyped. I've just commited a change that removes them from the package,...
Sounds good! After the typings have been added to DefinitelyTyped, tsc will automatically pick them up, right? Or do I need to put anything in `package.json`? If not, I can...
Makes sense. Could you ping me here once the typings are in DefinitelyTyped? Thanks!
Thanks. I don't think it's a good idea to have this by default though. See #51 for background. I'd probably accept a PR that makes it opt-in. :slightly_smiling_face:
I ported the custom router outlet over to my own code and an upgrade to beta 9 triggered the same issue. [Here's the relevant Angular 2 commit.](https://github.com/angular/angular/commit/7d44b8230e1bf71663fa63aaf189f0465e32bcab)
Not to hijack this thread, but as an alternative, you can also apply a `@CanActivate` decorator to your components. [In my experimental project](https://github.com/timdp/angular2-sub-bay/commit/849dec8aed7bc703a1dda27d8135d97feee40c7c), I've replaced the router outlet override with...
`standard --fix` doesn't change indentation. So is this purely governed by Prettier? I've been using them in tandem for so long that I'm hazy on which one does what, to...