Sandor

Results 77 comments of Sandor

I think this should be a top priority. There are already plenty of xplat frameworks without decent windows support. This would make a huge difference.

Apparently the global Reflect is going towards deprecation. I wonder what's the right replacement for it. I was able to make it work without it by having the directive registered...

Other findings, my hack on the createDirective is not good enough as the injector I'm using is based on the root injector. It has to be the injector from the...

> on the other hand any directive should be able to inject the host component it is attached to it. By curiosity, In which case would it happen?

I don't get where you see a circular injection pattern in there. It's still uses the normal hierarchy of injectors. it's not a new instance of the component which is...

Sorry by advance if I come out strong, but I'm really trying to help and also understand what has to be done to make it work. If I can come...

I can see reason to not include editor configs. On another hand supporting the one or two mainstream editor especially the free ones can make life of occasional contributor so...

Yes ! That would be so much easier. In addition it will reduce learning curve for new users.

Hi, yes there is one thing. I'm struggling running tests do you have any guidance on that? My issue seems to be related with cookie_included getJson calls (which are failing...

It does help :) Actually I wrote a basic nodejs/express server which I will update with using that information. I can submit another PR for that too if you want.