From b841e0d530af90243ad88ff85b137a179f1d1d01 Mon Sep 17 00:00:00 2001 From: trevorade Date: Wed, 27 Sep 2017 13:04:07 -0600 Subject: [PATCH] docs(aio): add class attribute to example referenced in Structural Directive guide (#19446) See https://github.com/angular/angular/blob/master/aio/content/guide/structural-directives.md From the structural-directives.md: The rest of the
, including its class attribute, moved inside the element. Maybe this made sense at one time but it has become out of sync. PR Close #19446 --- .../examples/structural-directives/src/app/app.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/content/examples/structural-directives/src/app/app.component.html b/aio/content/examples/structural-directives/src/app/app.component.html index a95240e456..f598e05c85 100644 --- a/aio/content/examples/structural-directives/src/app/app.component.html +++ b/aio/content/examples/structural-directives/src/app/app.component.html @@ -6,7 +6,7 @@
-
{{hero.name}}
+
{{hero.name}}
@@ -51,7 +51,7 @@

<ng-template> element

-
{{hero.name}}
+
{{hero.name}}