From 943ae37f99bd1f1bb1eceeb3cbdf30eda8db1c7c Mon Sep 17 00:00:00 2001 From: Kapunahele Wong Date: Mon, 30 Nov 2020 16:57:28 -0500 Subject: [PATCH] docs: archive svg-in-templates.md (#39896) PR Close #39896 --- aio/content/guide/svg-in-templates.md | 10 ++++++++++ aio/content/navigation.json | 5 ----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/aio/content/guide/svg-in-templates.md b/aio/content/guide/svg-in-templates.md index a8af2836f7..ee0d37a4d4 100644 --- a/aio/content/guide/svg-in-templates.md +++ b/aio/content/guide/svg-in-templates.md @@ -1,5 +1,15 @@ # SVG in templates +
+ +
Marked for archiving
+ +To ensure that you have the best experience possible, this topic is marked for archiving until we determine that it clearly conveys the most accurate information possible. + +If you think this content should not be archived, please file a [GitHub issue](https://github.com/angular/angular/issues/new?template=3-docs-bug.md). + +
+ It is possible to use SVG as valid templates in Angular. All of the template syntax below is applicable to both SVG and HTML. Learn more in the SVG [1.1](https://www.w3.org/TR/SVG11/) and [2.0](https://www.w3.org/TR/SVG2/) specifications. diff --git a/aio/content/navigation.json b/aio/content/navigation.json index 9a7336227d..3dc8e3a119 100644 --- a/aio/content/navigation.json +++ b/aio/content/navigation.json @@ -196,11 +196,6 @@ "url": "guide/inputs-outputs", "title": "Inputs and Outputs", "tooltip": "Introductory guide to sharing data between parent and child directives or components." - }, - { - "url": "guide/svg-in-templates", - "title": "SVG in templates", - "tooltip": "Guide to using SVGs as templates to create interactive graphics." } ] },