docs(ivy): add `<ng-container>` to the remaining work items (#24381)

PR Close #24381
This commit is contained in:
Victor Berchet 2018-06-08 11:43:13 -07:00 committed by Miško Hevery
parent 113556357a
commit 5ef7a07c4b
1 changed files with 2 additions and 0 deletions

View File

@ -158,9 +158,11 @@ The goal is for the `@Component` (and friends) to be the compiler of template. S
| `<div (hammer.js)>` | ❌ | ❌ | ❌ |
| [`<div (directiveOut)>`][gh23560] | ✅ | ❌ | ❌ |
| [`<ng-template (directiveOut)>`][gh23561] | ❌ | ❌ | ❌ |
| [`<ng-container>`][gh24381] | ❌ | ❌ | ❌ |
[gh23560]: https://github.com/angular/angular/issues/23560
[gh23561]: https://github.com/angular/angular/issues/23561
[gh24381]: https://github.com/angular/angular/pull/24381
### Life Cycle Hooks
| Feature | Runtime | Spec | Compiler |