docs(ivy): add `<ng-container>` to the remaining work items (#24381)
PR Close #24381
This commit is contained in:
parent
113556357a
commit
5ef7a07c4b
|
@ -158,9 +158,11 @@ The goal is for the `@Component` (and friends) to be the compiler of template. S
|
||||||
| `<div (hammer.js)>` | ❌ | ❌ | ❌ |
|
| `<div (hammer.js)>` | ❌ | ❌ | ❌ |
|
||||||
| [`<div (directiveOut)>`][gh23560] | ✅ | ❌ | ❌ |
|
| [`<div (directiveOut)>`][gh23560] | ✅ | ❌ | ❌ |
|
||||||
| [`<ng-template (directiveOut)>`][gh23561] | ❌ | ❌ | ❌ |
|
| [`<ng-template (directiveOut)>`][gh23561] | ❌ | ❌ | ❌ |
|
||||||
|
| [`<ng-container>`][gh24381] | ❌ | ❌ | ❌ |
|
||||||
|
|
||||||
[gh23560]: https://github.com/angular/angular/issues/23560
|
[gh23560]: https://github.com/angular/angular/issues/23560
|
||||||
[gh23561]: https://github.com/angular/angular/issues/23561
|
[gh23561]: https://github.com/angular/angular/issues/23561
|
||||||
|
[gh24381]: https://github.com/angular/angular/pull/24381
|
||||||
|
|
||||||
### Life Cycle Hooks
|
### Life Cycle Hooks
|
||||||
| Feature | Runtime | Spec | Compiler |
|
| Feature | Runtime | Spec | Compiler |
|
||||||
|
|
Loading…
Reference in New Issue