12.0.2 • Published 3 years ago

@binarykits/ngx-mask-date v12.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

ngx-mask-date

Installing

npm install @binarykits/ngx-mask-date

Usage

This directive extends ngx-mask which allows input and formControl date values having different formats:

  • Attribute binding/INPUT inherits from ngx-mask
  • Uses Angular's ControlValueAccessor to bridige between input and formControl values
  • Follow dayjs formatting

Demo site

Demo.