/angular-date-input-directive

In this article, we will learn how we can extend native date input through a directive so that it supports conversion of value and validation on value.

Primary LanguageTypeScript

Create Better Date Input with ControlValueAccessor and Validator

In this article, we will learn how we can extend native date input through a directive so that it supports conversion of value and validation on value.