docs(template-syntax): tweak [(ngModel)]
section header
This commit is contained in:
parent
6df26b5058
commit
207b04e264
@ -873,7 +873,7 @@ block style-property-name-dart-diff
|
|||||||
:marked
|
:marked
|
||||||
There’s a story behind this construction, a story that builds on the property and event binding techniques we learned previously.
|
There’s a story behind this construction, a story that builds on the property and event binding techniques we learned previously.
|
||||||
|
|
||||||
### Inside [(ngModel)]
|
### Inside `[(ngModel)]`
|
||||||
We could have achieved the same result with separate bindings to
|
We could have achieved the same result with separate bindings to
|
||||||
the `<input>` element's `value` property and `input` event.
|
the `<input>` element's `value` property and `input` event.
|
||||||
+makeExample('template-syntax/ts/app/app.component.html', 'without-NgModel')(format=".")
|
+makeExample('template-syntax/ts/app/app.component.html', 'without-NgModel')(format=".")
|
||||||
|
@ -873,7 +873,7 @@ block style-property-name-dart-diff
|
|||||||
:marked
|
:marked
|
||||||
There’s a story behind this construction, a story that builds on the property and event binding techniques we learned previously.
|
There’s a story behind this construction, a story that builds on the property and event binding techniques we learned previously.
|
||||||
|
|
||||||
### Inside [(ngModel)]
|
### Inside `[(ngModel)]`
|
||||||
We could have achieved the same result with separate bindings to
|
We could have achieved the same result with separate bindings to
|
||||||
the `<input>` element's `value` property and `input` event.
|
the `<input>` element's `value` property and `input` event.
|
||||||
+makeExample('template-syntax/ts/app/app.component.html', 'without-NgModel')(format=".")
|
+makeExample('template-syntax/ts/app/app.component.html', 'without-NgModel')(format=".")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user