From f7328c69b389604652f10de0ae91d063c5931382 Mon Sep 17 00:00:00 2001 From: Jesus Rodriguez Date: Thu, 29 Jun 2017 19:06:33 +0200 Subject: [PATCH] docs(aio): architecture review for a11y (#17848) PR Close #17848 --- .../architecture/src/app/hero-detail.component.html | 7 ++++--- .../examples/architecture/src/app/sales-tax.component.ts | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/aio/content/examples/architecture/src/app/hero-detail.component.html b/aio/content/examples/architecture/src/app/hero-detail.component.html index 224de8bb86..8216ffb4f0 100644 --- a/aio/content/examples/architecture/src/app/hero-detail.component.html +++ b/aio/content/examples/architecture/src/app/hero-detail.component.html @@ -1,9 +1,10 @@

{{hero.name}} Detail

Id: {{hero.id}}
-
Name: +
-
Power:
+ +
+ diff --git a/aio/content/examples/architecture/src/app/sales-tax.component.ts b/aio/content/examples/architecture/src/app/sales-tax.component.ts index bc92a8209e..2d33398f4c 100644 --- a/aio/content/examples/architecture/src/app/sales-tax.component.ts +++ b/aio/content/examples/architecture/src/app/sales-tax.component.ts @@ -7,7 +7,7 @@ import { TaxRateService } from './tax-rate.service'; selector: 'app-sales-tax', template: `

Sales Tax Calculator

- Amount: +
The sales tax is