diff --git a/adev/src/content/guide/templates/binding.md b/adev/src/content/guide/templates/binding.md index 3fe72f50a21..08d576cd3e3 100644 --- a/adev/src/content/guide/templates/binding.md +++ b/adev/src/content/guide/templates/binding.md @@ -1,4 +1,4 @@ -# Binding dynamic text, properties and attributes +# Binding dynamic text, properties and attributes In Angular, a **binding** creates a dynamic connection between a component's template and its data. This connection ensures that changes to the component's data automatically update the rendered template. diff --git a/adev/src/content/guide/templates/ng-container.md b/adev/src/content/guide/templates/ng-container.md index 5697e7854d7..fefbea4216b 100644 --- a/adev/src/content/guide/templates/ng-container.md +++ b/adev/src/content/guide/templates/ng-container.md @@ -1,4 +1,4 @@ -# Grouping elements with ng-container +# Grouping elements with ng-container `` is a special element in Angular that groups multiple elements together or marks a location in a template without rendering a real element in the DOM.