You need to implement ControlValueAccessor in the child class.
It's what defines your component as "having a value" that can be bound to using the angular way.
Read more about it here: http://blog.thoughtram.io/angular/2016/07/27/custom-form-controls-in-angular-2.html