docs(ivy): update status of impl progress (#24323)

Updating runtime implementation progress after merge of #23991

PR Close #24323
This commit is contained in:
Pawel Kozlowski 2018-06-06 17:32:21 +02:00 committed by Miško Hevery
parent ce1543fcde
commit d4c66d5edb
1 changed files with 1 additions and 1 deletions

View File

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