Angular’s reactive forms make it easy to dynamically instantiate new FormControl
s and bind them to our data.
In this lesson we will take a look how to take a very simple data object, how to create a reactive Angular form and render it to our HTML template for finally binding our data onto it.