Gillardo / ngx-bootstrap-datetime-popup

Date and time picker using ngx-bootstrap library
MIT License
31 stars 14 forks source link

Using angular 10 datetime-popup is not known element #42

Closed bleff closed 4 years ago

bleff commented 4 years ago

Can we use this package with angular 10? With angular 9 it works as expected

Gillardo commented 4 years ago

I havent updated my project that uses this for angular 10 yet, i will be doing it shortly though.

Happy to accept a PR if you want to do one

Gillardo commented 4 years ago

i have created a beta.4 version of this, can you try it in your application and see if it works?

Gillardo commented 4 years ago

@bleff let me know about this and if it works i will publish it as a live version, it works in my angular 10 application but i have had to enableIvy to get the project to build, unless i rebuild the project using angular 10 and see if that works.

Gillardo commented 4 years ago

i have upgraded the project with angular/cli and released -beta.5, just going to check this on my project and i will release it.

I have had to change the enableIvy property to true because it says that ngx-bootstrap isnt a valid component if i dont

bleff commented 4 years ago

Thank you for your efforts. Unfortunately I have already changed the package to @danielmoncada/angular-datetime-picker so can't say if it would work in my project