Angular - Reactive Forms
How do you instantiate a
FormControl with the initial value set to 'world'?FormControl with the initial value set to 'world'?FormControl constructor accepts an initial value as its first argument.setValue on the instance but does not instantiate properly. FormControl('world') is invalid syntax.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions