mymth / vanillajs-datepicker

A vanilla JavaScript remake of bootstrap-datepicker for Bulma and other CSS frameworks
MIT License
719 stars 147 forks source link

Use with latest Angular versions #185

Open Chandima1990 opened 1 month ago

Chandima1990 commented 1 month ago

Please someone help me how I can use this with latest versions of Angular. I already have this working in Angular 14 project. But when I moved to Angular 15 this did not work as I have used ng-packagr to make my project a library. But keeping ng-packagr at 14th and updating only Angular to 15 worked as Angular 15 has given ngcc for backward compatibility. But moving on to Angular 16 I can no longer do that as Angular is removing ngcc from the build pipeline.

Searched for anyone who forked this and maintain but couldn't find. Please help me make this update as I really need this to be working soon. Thanks