In the previous versions I could easily access Observable for each field using the following scheme (in the component constructor): formGroup.controls.myModelPropertyName.valueChanges. After the update to the latest version controls of the root group are just an empty object {} when I try to read them.