UNPKG

angular-date-value-accessor

Version:

A set of ControlValueAccessors for Angular to work with Browser's native date input elements. Now you can use <input type='date'> with template-driven and reactive forms!

9 lines (8 loc) 412 B
export * from './lib/date-value-accessor'; export * from './lib/date-value-accessor.module'; export * from './lib/local-date-value-accessor'; export * from './lib/local-date-value-accessor.module'; export * from './lib/iso-date-value-accessor'; export * from './lib/iso-date-value-accessor.module'; export * from './lib/local-iso-date-value-accessor'; export * from './lib/local-iso-date-value-accessor.module';