yuyang041060120 / ng2-validation

angular2 validation
https://yuyang041060120.github.io/ng2-validation/index.html
MIT License
612 stars 213 forks source link

How can I use a date variable to validate on minDate validation? #106

Open maneesh-t opened 7 years ago

maneesh-t commented 7 years ago

I tried using newDate = "2017-09-04" and passing newDate on minDate validator like minDate="newDate" but this throws errors.