atais / ng2-eonasdan-datetimepicker

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

Share code between examples #40

Closed atais closed 6 years ago

atais commented 6 years ago

My mistake, but I think most of the code for both examples is shared.

I think the easiest approach would be to remove duplicates and link the files where necessary. It will be much easier to adapt the examples in future.

fetrarij commented 6 years ago

@atais I've done it in development branch. What do you think?

atais commented 6 years ago

Excellent work @fetrarij . I must say, without you this project would never be what it is now. Thanks so much for your contribution.

Also. I have now checked - please add your details to package.json in contributors section!

Should be something like:

  "contributors": [
    {
      "name": "xxx",
      "email": "if you like..."
    }
  ],