diff --git a/packages/core/src/render3/STATUS.md b/packages/core/src/render3/STATUS.md index fe3abbc13b..786f0eac08 100644 --- a/packages/core/src/render3/STATUS.md +++ b/packages/core/src/render3/STATUS.md @@ -158,9 +158,11 @@ The goal is for the `@Component` (and friends) to be the compiler of template. S | `
` | ❌ | ❌ | ❌ | | [`
`][gh23560] | ✅ | ❌ | ❌ | | [``][gh23561] | ❌ | ❌ | ❌ | +| [``][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 |