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