docs: fix code-example displayed path (#33228)

PR Close #33228
This commit is contained in:
paulceli 2019-10-17 17:05:19 +02:00 committed by Matias Niemelä
parent 082aed6e46
commit 3dc6490e72

View File

@ -804,7 +804,7 @@ Imagine the following malicious content.
In the component template, the content might be used with interpolation: In the component template, the content might be used with interpolation:
<code-example path="property-binding/src/app/app.component.html" region="malicious-interpolated" header="src/app/app.component.ts"></code-example> <code-example path="property-binding/src/app/app.component.html" region="malicious-interpolated" header="src/app/app.component.html"></code-example>
Fortunately, Angular data binding is on alert for dangerous HTML. In the above case, Fortunately, Angular data binding is on alert for dangerous HTML. In the above case,
the HTML displays as is, and the Javascript does not execute. Angular **does not** the HTML displays as is, and the Javascript does not execute. Angular **does not**