Today several directives (buttons, timepicker, typeahead) are assuming presence of the ngModel
directive. But for reactive forms people are not going to use ngModel
so we need to see how we could support both template-driven and model-driven forms.
If this issue is now closed, is there any documentation to support reactive forms?
Yes I had/have this working,
Shows how to setup a form group for typeahead and datePickers
Template, datepicker:
Template typeahead:
Hope this helps someone.
How to use time picker with reactive forms ?