fix(ivy): support directive outputs on ng-template (#25717)
Compiler part of #25698 Fixes #25697 PR Close #25717
This commit is contained in:

committed by
Misko Hevery

parent
34be51898d
commit
6def18a95e
@ -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
|
||||
|
Reference in New Issue
Block a user