From 1915e47d1138d53a5dfd98028501540aca3868af Mon Sep 17 00:00:00 2001 From: Ben Lesh Date: Wed, 30 May 2018 17:17:07 -0700 Subject: [PATCH] docs(ivy): update SVG status (#23899) PR Close #23899 --- packages/core/src/render3/STATUS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/render3/STATUS.md b/packages/core/src/render3/STATUS.md index 944c91574f..8209be7c33 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 | ❌ | ❌ | ❌ | | `
` | ❌ | ❌ | ❌ | | `
` | ❌ | ❌ | ❌ |