diff --git a/packages/core/src/render3/STATUS.md b/packages/core/src/render3/STATUS.md index 8209be7c33..944c91574f 100644 --- a/packages/core/src/render3/STATUS.md +++ b/packages/core/src/render3/STATUS.md @@ -150,7 +150,7 @@ The goal is for the `@Component` (and friends) to be the compiler of template. S | `{{ ['literal', exp ] }}` | ✅ | ✅ | ✅ | | `{{ { a: 'literal', b: exp } }}` | ✅ | ✅ | ✅ | | `{{ exp \| pipe: arg }}` | ✅ | ✅ | ✅ | -| `` | ✅ | ✅ | ❌ | +| `` | ❌ | ❌ | ❌ | | `` sanitization | ❌ | ❌ | ❌ | | `
` | ❌ | ❌ | ❌ | | `
` | ❌ | ❌ | ❌ |