Nexstream / ng2-validation-message

Display validation messages
2 stars 0 forks source link

Support for Reactive Forms #1

Open rainerhahnekamp opened 7 years ago

rainerhahnekamp commented 7 years ago

Hi,

since you have implemented it as directive, my understanding is that this module only works with template-driven forms. Is that correct and do you have plans to support also reactive ones?

Greetings, Rainer

crossRT commented 7 years ago

Hi @rainerhahnekamp , You're right, currently this library support template-drive forms only. Yeah, I'm planning to make this module works with reactive form also. But due to my limited knowledge of Angular 4, because I'm new comer. If you don't mind, submit a PR to this repo. And let us work together. =D

Thanks and Regards, Ray

rainerhahnekamp commented 7 years ago

Hi Ray,

there is already a similar project for reactive forms on https://github.com/d-kostov-dev/ng2-mdf-validation-messages. Maybe you want to join forces?

Greetings, Rainer