RenovoSolutions / ngx-datetimepicker

An Angular component for a customizable date and time picker
MIT License
31 stars 24 forks source link

Upgraded from Angular 11 to 12 using the steps below: #155

Closed benjamin-a-kuntz closed 2 years ago

benjamin-a-kuntz commented 2 years ago

Upgraded to version 12 using command: npx @angular/cli@12 update @angular/core@12 @angular/cli@12 Did this step for both main project and demo Ran ng update on both the main project and the demo to ensure code updates everywhere. Attempted to resolve various audit alerts without success as most require an upgrade to Angular 13, which has other known issues Tested using npm run demo Successful compile, run and functionality.