Hi
I am moving over to angular , from mvc 5, and I have notice that very few of the examples use model binding on the UI for error messages, and unobtrusive validation.
Is model binding still considered a good way to validate, or is building my own validation through typescript the way to go, or is there another best practice i should be looking into.
Any thoughts would be appriciated.