Open magnasilvar opened 4 years ago
This feature request is for @angular-stdlib/date.
@angular-stdlib/date
Date validators (date, beforeDate, notBeforeDate, afterDate & notAfterDate) currently only support Reactive Forms.
date
beforeDate
notBeforeDate
afterDate
notAfterDate
Resource link : https://angular.io/api/core/Directive
Resource link :
Relevant Package
This feature request is for
@angular-stdlib/date
.Is your feature request related to a problem? Please describe.
Date validators (
date
,beforeDate
,notBeforeDate
,afterDate
¬AfterDate
) currently only support Reactive Forms.Describe the solution you'd like