docs: Fix typo in template syntax (#35767)
Remove unnecessary article from styling precedence PR Close #35767
This commit is contained in:
parent
5c2a90814b
commit
746e313a76
@ -1065,7 +1065,7 @@ However, using the above style binding syntax without `NgStyle` is preferred bec
|
|||||||
{@a styling-precedence}
|
{@a styling-precedence}
|
||||||
### Styling Precedence
|
### Styling Precedence
|
||||||
|
|
||||||
A single HTML element can have its CSS class list and style values bound to a multiple sources (for example, host bindings from multiple directives).
|
A single HTML element can have its CSS class list and style values bound to multiple sources (for example, host bindings from multiple directives).
|
||||||
|
|
||||||
When there are multiple bindings to the same class name or style property, Angular uses a set of precedence rules to resolve conflicts and determine which classes or styles are ultimately applied to the element.
|
When there are multiple bindings to the same class name or style property, Angular uses a set of precedence rules to resolve conflicts and determine which classes or styles are ultimately applied to the element.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user