RenovoSolutions / ngx-datetimepicker

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

Upgraded from Angular 8 to 9 using the steps below: #150

Closed benjamin-a-kuntz closed 2 years ago

benjamin-a-kuntz commented 2 years ago

Ensured no instances of @angular/platform-worker Ensured Angular was already on the latest sub-version of version 8 using command: cmd /C "set "NG_DISABLE_VERSION_CHECK=1" && npx @angular/cli@8 update @angular/cli@8 @angular/core@8" Did this step for both main project and demo Upgraded ng-packagr to version 9 in compliance with Angular 9 peerDependency requirements Installed "tslib" version 1.10.0 in compliance with Angular 9 peerDependency requirements Upgraded to version 9 using command: cmd /C "set "NG_DISABLE_VERSION_CHECK=1" && npx @angular/cli@9 update @angular/cli@9 @angular/core@9" 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. Tested using npm run demo Successful compile, run and functionality.