From eae07e10aafd05cdc70191c9eb230dff913a0eff Mon Sep 17 00:00:00 2001 From: Aristeidis Bampakos Date: Thu, 17 Dec 2020 22:44:01 +0200 Subject: [PATCH] docs: fix styles in binding guides (#40182) Fix styling issues with the visual representation of the content PR Close #40182 --- aio/content/guide/attribute-binding.md | 2 ++ aio/content/guide/binding-syntax.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/aio/content/guide/attribute-binding.md b/aio/content/guide/attribute-binding.md index c89eef98a0..a60db920fd 100644 --- a/aio/content/guide/attribute-binding.md +++ b/aio/content/guide/attribute-binding.md @@ -328,8 +328,10 @@ There are cases where you need to differentiate the behavior of a [Component](ap The [Attribute](api/core/Attribute) parameter decorator is great for passing the value of an HTML attribute to a component/directive constructor via [dependency injection](guide/dependency-injection).
+ The injected value captures the value of the specified HTML attribute at that moment. Future updates to the attribute value are not reflected in the injected value. +