atais / ng2-eonasdan-datetimepicker

A wrapper directive around the Eonasdan Datepicker v4 component.
MIT License
34 stars 23 forks source link

Linked dates range directive #58

Open nikiben opened 5 years ago

nikiben commented 5 years ago

Hello, it it possible to have a directive for the linked dates per example from below link? https://github.com/atais/ng2-eonasdan-datetimepicker/blob/master/demo/src/app/linked-datepickers/linked-datepickers.component.ts

Otherwise, i'll have to write an update() method in every component that has linked date

Thanks