Model driven or Template driven forms in Ionic 2

Hey folks!

I just got the new hotness that is Beta 11 and love the changes so far (especially the overlay stuff!). But one question I have as I’m updating to user @angular/forms is…

Does the ionic team suggest/prefer using Model Driven or Template Driven forms? Aside from testability, are there really any gains to be had from use Model Driven forms? I have a directive that handles the displaying of validation messages, so I don’t have to muddy-up the template html with a bunch of error-display logic either way.

As such, my inclination is to use Template Driven forms, but I thought I would ask the team and the community if there is a prescribed method.

Thanks!