pFad - Phone/Frame/Anonymizer/Declutterfier! Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

URL: http://github.com/BodyCount/angular/commit/3e31438d59a4a0b0b0099e2cdf4f042eb457ef37

crossorigen="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/global-9c8f61f9f58ad7b2.css" /> docs(forms): escape inequality signs of input tags in flowchart (#59517) · BodyCount/angular@3e31438 · GitHub
Skip to content

Commit 3e31438

Browse files
carimaticskirjs
authored andcommitted
docs(forms): escape inequality signs of input tags in flowchart (angular#59517)
The input tags written within the flowcharts in the document were not being escaped, so we did that. This change will ensure that the flowcharts in the document are properly displayed. PR Close angular#59517
1 parent e702934 commit 3e31438

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

adev/src/content/guide/forms/overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ The view-to-model diagram shows how data flows when an input field's value is ch
110110
```mermaid
111111
flowchart TB
112112
U{User}
113-
I("<input>")
113+
I("&lt;input&gt;")
114114
CVA(ControlValueAccessor)
115115
FC(FormControl)
116116
O(Observers)
@@ -130,14 +130,14 @@ The model-to-view diagram shows how a programmatic change to the model is propag
130130
```mermaid
131131
flowchart TB
132132
U{User}
133-
I(<input>)
133+
I("&lt;input&gt;")
134134
CVA(ControlValueAccessor)
135135
FC(FormControl)
136136
O(Observers)
137137
U-->|"Calls setValue() on the FormControl"|FC
138138
FC-->|Notifies the ControlValueAccessor|CVA
139139
FC-.->|Fires a 'valueChanges' event to observers|O
140-
CVA-->|"Updates the value of the <input>"|I
140+
CVA-->|"Updates the value of the &lt;input&gt;"|I
141141
```
142142

143143
### Data flow in template-driven forms
@@ -157,7 +157,7 @@ The view-to-model diagram shows how data flows when an input field's value is ch
157157
```mermaid
158158
flowchart TB
159159
U{User}
160-
I(<input>)
160+
I("&lt;input&gt;")
161161
CVA(ControlValueAccessor)
162162
FC(FormControl)
163163
M(NgModel)
@@ -207,7 +207,7 @@ flowchart TB
207207
FC2(FormControl)
208208
O(Observers)
209209
CVA(ControlValueAccessor)
210-
I("<input>")
210+
I("&lt;input&gt;")
211211
FC2-.->|Fires a 'valueChanges' event to observers|O
212212
O-->|ControlValueAccessor receives valueChanges event|CVA
213213
CVA-->|Sets the value in the control|I

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad © 2024 Your Company Name. All rights reserved.





Check this box to remove all script contents from the fetched content.



Check this box to remove all images from the fetched content.


Check this box to remove all CSS styles from the fetched content.


Check this box to keep images inefficiently compressed and original size.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy