Yariv Katz

Results 11 comments of Yariv Katz

I wrote this library to help with angular zoneless apps. The library will also make material work in zoneless mode (and will also make every 3rd party that does not...

+1 getting the same thing

> This is relevant to a discussion in the web server frameworks working group: [nodejs/web-server-frameworks#22](https://github.com/nodejs/web-server-frameworks/issues/22) It's a feature request that should be added to express... Does every feature request goes...

I tried playing a bit with zone.js to grab async errors, and invoke the default error handler. Did the following and it seems to work: ``` require("zone.js"); const onHandleError =...

> Do you have any insights on the overhead from using a full async hook solution ? In my experience it's pretty dreadfull. I'm not against the feature itself, but...

> [**@ywarezk**](https://github.com/ywarezk) I am afraid that you really put only questions on the table and no answers or proposals, as you said. All of the points above were discussed many...

> **@**[**ywarezk**](https://github.com/ywarezk) I can imagine a particular addition to the actual DI, when you would be able to inject manually more things, like providers or view providers are today on...

@matthewjh > as far as I know, number 1 is not true. If you look in the code generated by the Angular compiler, you should see that there are no...

> [**@ywarezk**](https://github.com/ywarezk) Yep, but it also true that one component from the outside point of view doesn't mean that inner complexity is trivial. It only means that there is only...

Although the optional `NgModule` is on the roadmap, it will probably take a very long time until it's implemented. Until then we can add mini features, that will reduce the...