From 57540f0e7579af6163332e26d8a6b0d7119eb2de Mon Sep 17 00:00:00 2001 From: Teri Glover Date: Fri, 19 Mar 2021 19:03:22 +0000 Subject: [PATCH] docs: edit to remove jargon (#41282) PR Close #41282 --- aio/content/guide/attribute-binding.md | 2 +- aio/content/guide/component-interaction.md | 14 ++--- aio/content/guide/dynamic-form.md | 2 +- aio/content/guide/elements.md | 16 +++--- aio/content/guide/lifecycle-hooks.md | 6 +-- aio/content/guide/pipes.md | 10 ++-- aio/content/guide/reactive-forms.md | 2 +- aio/content/guide/router.md | 51 +++++++++++++------ aio/content/guide/structural-directives.md | 2 +- aio/content/guide/template-syntax.md | 12 ++--- aio/content/guide/testing-code-coverage.md | 2 +- .../guide/testing-components-basics.md | 12 ++--- .../guide/testing-components-scenarios.md | 28 +++++----- aio/content/guide/testing-services.md | 6 +-- aio/content/guide/testing.md | 14 ++--- 15 files changed, 100 insertions(+), 79 deletions(-) diff --git a/aio/content/guide/attribute-binding.md b/aio/content/guide/attribute-binding.md index aa531349db..b56c104ce2 100644 --- a/aio/content/guide/attribute-binding.md +++ b/aio/content/guide/attribute-binding.md @@ -334,7 +334,7 @@ However, if `dirWithHostBinding` sets its binding to `null`, the `width` propert There are cases where you need to differentiate the behavior of a [Component](api/core/Component) or [Directive](api/core/Directive) based on a static value set on the host element as an HTML attribute. For example, you might have a directive that needs to know the `type` of a `