fix(ivy): support directive outputs on ng-template (#25717)

Compiler part of #25698
Fixes #25697

PR Close #25717
This commit is contained in:
Pawel Kozlowski
2018-08-29 12:26:24 +02:00
committed by Misko Hevery
parent 34be51898d
commit 6def18a95e
3 changed files with 75 additions and 23 deletions

View File

@ -158,7 +158,7 @@ The goal is for the `@Component` (and friends) to be the compiler of template. S
| `<div (keyup.enter)>` | ❌ | ❌ | ❌ |
| `<div (hammer.js)>` | ❌ | ❌ | ❌ |
| [`<div (directiveOut)>`][gh23560] | ✅ | ✅ | ✅ |
| [`<ng-template (directiveOut)>`][gh23561] | | | |
| [`<ng-template (directiveOut)>`][gh23561] | | | |
| [`<ng-container>`][gh24381] | ✅ | ✅ | ✅ |
[gh23560]: https://github.com/angular/angular/issues/23560