From 0a7a5e3aff649a1a75f17a4e5a842241aca0c583 Mon Sep 17 00:00:00 2001 From: Dwayne Hinterlang Date: Mon, 31 Aug 2020 00:50:16 +0200 Subject: [PATCH] docs: Remove confusion between do/avoid templates (#38647) PR Close #38647 --- .../05-17/app/heroes/hero-list/hero-list.component.avoid.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/content/examples/styleguide/src/05-17/app/heroes/hero-list/hero-list.component.avoid.ts b/aio/content/examples/styleguide/src/05-17/app/heroes/hero-list/hero-list.component.avoid.ts index f007512949..0b704d2b87 100644 --- a/aio/content/examples/styleguide/src/05-17/app/heroes/hero-list/hero-list.component.avoid.ts +++ b/aio/content/examples/styleguide/src/05-17/app/heroes/hero-list/hero-list.component.avoid.ts @@ -10,8 +10,8 @@ import { Hero } from '../shared/hero.model'; template: `
Our list of heroes: - - + + Total powers: {{totalPowers}}
Average power: {{totalPowers / heroes.length}}