Connecting Components with Reactive Forms

In his article Presentational and Container Components, Dan Abramov discusses separating presentational and container components in React. The idea is general and separating Angular components in a similar manner is an approach that some developers choose to take.
With Angular, the separation of container and presentational components gets interesting when Reactive Forms are added to the…