Javier Ros

Results 28 comments of Javier Ros

@stonebuzz some news about that? still in testing? Best regards!

Perhaps it isn't a bug, and it's so by design. I have tried to get children included by ngTemplateOutlet by two ways. 1. Using `ViewChildren` and `TemplateRef` `Input` property rendering...

Neither. I've been noticing it since the beginning of Angular 2.

Thank you very much @tbosch. I hope it is related to #15117 and it solves easily.

@tbosch I have created another plunkr where uses `@ContentChildren` and `@ViewChildren`, it shows the total queried elements from two methods. I have updated it to 4.0.0 final: https://plnkr.co/edit/xrv8Ye5c7p3h9kCgSWjD?p=preview I'm going...

@tbosch I'm not sure if that is totally related to #14935, but In my case I want to comunicate parents with children witch are create using `createEmbeddedView`. Then I think...

> @tolemac I believe that there is some confusion about what `@ContentChildren` means. In Angular content projection and queries it means "content as it was written in a template" and...