ngOnInit method
Executed after the first change detection run for a directive.
See OnInit for a full description.
Implementation
@override
void ngOnInit() {
_control = _injector?.provideType(NgControl) as NgControl;
_registry?.add(_control, this);
}