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 |