yuyang041060120 / ng2-validation

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

Custom validation #120

Open zengning99 opened 6 years ago

zengning99 commented 6 years ago

If we want to verify the previous date and the last date, how to do it? The last date must be larger than the previous one. How to get the previous date and the next date?

anjmao commented 6 years ago

@zengning99 I added example with minDate validator https://ng-validators.github.io/ng-validators#/minDate