-
Notifications
You must be signed in to change notification settings - Fork 248
Conversation
This PR should be ready for review. (Most interesting changes are in the second commit) There are still a couple of todos:
@mhevery @jbdeboer I would appreciate your feedback when you have time to review this |
I wanted to play with this code but it does not apply cleanly to latests master. Please rebase. |
@mhevery I've just rebased if you still feel like playing. TODOs are still to do. I'll tackle them tomorrow morning. Hum... and I think there was some more feedback from you in this PR earlier today. Have you deleted your comment ? |
…CLUDE_CHILDREN) 1- Transclusion syntax has changed: Before: @ngdirective( children: NgAnnotation.TRANSCLUDE_CHILDREN, map: const {'.': 'expression'}, <other kv pairs>) After: @NgTemplate( mapping: 'expression', <olther kv pairs>) 2- NgAnnotation.children has been removed in facor of NgAnnotation.compileChildren Before: children: NgAnnotation.COMPILE_CHILDREN children: NgAnnotation.IGNORE_CHILDREN children: NgAnnotation.TRANSCLUDE_CHILDREN After: compileChildren: true compileChildren: false Use @NgTemplate (see the previous section)
@mhevery The only thing left is the transformer which I expect to push later today. Review can start for the committed code. |
rebase to master |
I'll rebase & address the feedback once #926 is in so that I can update the metadata extractor. |
#926 is in, I'll take care of this over the next few days (after 914, 917 & 919) |
Ok merge when ready. |
closed in favor of #1003. |
very early preview...
I will work on this on next week.