We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7811352 + 426c378 commit 5ba31dbCopy full SHA for 5ba31db
README.md
@@ -236,7 +236,7 @@ export class HomeComponent{
236
* Observe the `minPrice` value in the `settings` form
237
* and update the price `control` validators
238
*/
239
- this.formsManager.selectValue<number>('settings', 'minPrice')
+ this.formsManager.valueChanges<number>('settings', 'minPrice')
240
.subscribe(minPrice => setValidators(this.form.get('price'), Validators.min(minPrice));
241
}
242
0 commit comments