What I have:
I am building an ionic 2 app and have built a basic angular 2 component that contains
An input field
A lab
You can @Input your loginForm into nested component, as let's say parentForm. Then register nested formGroup to parentForm on child component init, and unregister it on child component destroy.
@Input
loginForm
parentForm
formGroup