From 5ef7a07c4ba1835452a2d257d47b9a5cac6e6588 Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Fri, 8 Jun 2018 11:43:13 -0700 Subject: [PATCH] docs(ivy): add `` to the remaining work items (#24381) PR Close #24381 --- packages/core/src/render3/STATUS.md | 2 ++ 1 file changed, 2 insertions(+) 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 |