coachcare / npm-datepicker

Material Datepicker Fork with TimePicker by CoachCare
MIT License
32 stars 18 forks source link

Feat. Angular Material 7 Compatibility #27

Open f-aubert opened 5 years ago

f-aubert commented 5 years ago

Is your awsome Datepicker compatible / synched with the official Datepicker in Angular Material 7? If not, do you intend to do it relatively soon? Thanks again for your work.

matheo commented 5 years ago

Hey @f-aubert ! I plan to update to the latest code soon, after finish some stuff of the company ;)

Enngage commented 5 years ago

Sadly it doesn't work with latest material release :-( Material probably changed their styles in some way and therefore the datepicker is not styled at all.

Do you have an idea when you could take a look at this?

alessiostalla commented 5 years ago

@matheo if you need a hand I can contribute :)

Enngage commented 5 years ago

Please do if you can :-) I'm already managing several packages and have no free time for this :( I'm moving away from this library because of this and would switch back if it worked.

matheo commented 5 years ago

@alessiostalla let's do it I can help to test your PR ;)

I have been busy with no time to upgrade my apps to Angular 7 neither to check the diff or changes with Material 7. I will have the update as soon as I can, but I cannot promise anything yet.

alessiostalla commented 5 years ago

I will try. Is there anything I need to know in order to build and test the project?

alessiostalla commented 5 years ago

I've managed to update the dependencies to Angular 7 and build the library, but I'm finding difficulties trying to test it in my project. Is there an existing test project somewhere that I could use?

matheo commented 5 years ago

@alessiostalla can you create a PR so I can check and probably merge 'n release the v7 compatible version?

f-aubert commented 5 years ago

Where do we stand? Angular 8 (and Angular Material 8) is soon to be released.