docs: archive svg-in-templates.md (#39896)

PR Close #39896
This commit is contained in:
Kapunahele Wong 2020-11-30 16:57:28 -05:00 committed by Jessica Janiuk
parent 215e9069e3
commit 943ae37f99
2 changed files with 10 additions and 5 deletions

View File

@ -1,5 +1,15 @@
# SVG in templates
<div class="callout is-critical">
<header>Marked for archiving</header>
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).
</div>
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.

View File

@ -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."
}
]
},