Javier Ros

Results 21 comments of Javier Ros

It should be fixed at https://github.com/TypeStrong/dts-bundle/blob/master/lib/index.ts#L379 Could you build a regexpr to decide if you have to revome the file? You could add other regexpr to the conditional, for example:...

I thought in a built in regexp at the moment... A regexp that exclude node_modules folder.

@clavera thanks for your collaboration, I need to take a look. I hope to accept it soon.

When I activate debug (`Android.Glide.Forms.Init(this, debug: true);`) I obtain these messages in debug window: ``` 12-01 22:33:54.061 I/ame.pruebaglid(23962): Explicit concurrent copying GC freed 2528(119KB) AllocSpace objects, 0(0B) LOS objects, 32%...

Ok, Can I do some assembly downgrade in order to solve this by the moment? as a workarround. Thank you very much!

Ok @jonathanpeppers I'm not hurry up! At the moment I can continue without glide. I will wait for your researching ;)

I was thinking about post a new Feature Request Issue, but I would like that someone here check out that before. I think this issue is related. That is about...

We could call it `ng2-dynamic` or ... I don't know! :D

Yes @laco0416, that would be the begining. But template reference variables has a limited scope: Looks this: ``` html {{obj.name}} {{obj.surname}} {{obj.name}} {{obj.dogBreed}} ``` `#rowTemplate` template is not available outside...