parent
a1d0f1e5d2
commit
f98aeca146
|
@ -80,7 +80,7 @@ the current state and value through the component class or the component templat
|
||||||
You can display the value in these ways:
|
You can display the value in these ways:
|
||||||
|
|
||||||
* Through the `valueChanges` observable where you can listen for changes in the form's value in the template using `AsyncPipe` or in the component class using the `subscribe()` method.
|
* Through the `valueChanges` observable where you can listen for changes in the form's value in the template using `AsyncPipe` or in the component class using the `subscribe()` method.
|
||||||
* With the `value` property. which gives you a snapshot of the current value.
|
* With the `value` property, which gives you a snapshot of the current value.
|
||||||
|
|
||||||
The following example shows you how to display the current value using interpolation in the template.
|
The following example shows you how to display the current value using interpolation in the template.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue