From 50030f650b689895406cc722c54ff280d18e9cd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mi=C5=A1ko=20Hevery?= Date: Fri, 6 Apr 2018 10:09:28 -0700 Subject: [PATCH] docs(ivy): update STATUS.md with outstanding work (#23168) PR Close #23168 --- packages/core/src/render3/STATUS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/core/src/render3/STATUS.md b/packages/core/src/render3/STATUS.md index be18209afd..d3bf852184 100644 --- a/packages/core/src/render3/STATUS.md +++ b/packages/core/src/render3/STATUS.md @@ -77,6 +77,8 @@ The goal is for the `@Component` (and friends) to be the compiler of template. S - ❌ `@Component` - ❌ `ResourceLoader.resolved: Promise<>` Returns true if all `templateUrl`s and `styleUrl` have been resolved and application is ready to be bootstrapped. +# Testing / Debugging +- ❌ in debug mode publish components into DOM nodes for easier debugging. # Crosscutting @@ -150,6 +152,10 @@ The goal is for the `@Component` (and friends) to be the compiler of template. S | `{{ exp \| pipe: arg }}` | ✅ | ✅ | ✅ | | `` | ❌ | ❌ | ❌ | | `` sanitization | ❌ | ❌ | ❌ | +| `
` | ❌ | ❌ | ❌ | +| `
` | ❌ | ❌ | ❌ | +| `
` | ❌ | ❌ | ❌ | +| `
` | ❌ | ❌ | ❌ | ### Life Cycle Hooks | Feature | Runtime | Spec | Compiler |