ng-data-picker icon indicating copy to clipboard operation
ng-data-picker copied to clipboard

🏄🏼 A data picker based on Angular 4+ (like native datetime picker of iOS)

Results 4 ng-data-picker issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/31002461/92311099-a2fe4e80-efd1-11ea-9955-bc9325d7119e.png) Getting a weird issue only on adding this module to the declarations array. ```javascript declarations: [AppComponent, DataPickerComponent], ```

No typing file/package available for this library. So it's hard to use this with latest agnular projects. I'm not sure even it's possible.

enhancement

I have integrated your library in Ionic v3 and I am able to use the library without any issue when I do a dev build. When I take production (which...

enhancement

Hi @hiyali , I've been trying to upgrade your code to the latest version of Angular, but I failed. So, I've decided to create a new project based on your...