RenovoSolutions / ngx-datetimepicker

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

Upgraded from Angular 10 to 11 using the steps below: #153

Closed benjamin-a-kuntz closed 2 years ago

benjamin-a-kuntz commented 2 years ago

Ensured no instances of "useAbsoluteUrl" Upgraded to version 11 using command: npx @angular/cli@11 update @angular/core@11 @angular/cli@11 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. Ensured no instances of "relativeLinkResolutin" Ensured no instances of "initialNavigation" Ensured no instances of "preserveQueryParams" ensured no instances of "queryParams", "fragment", or "queryParamsHandling" Ensured no instances of "FormControl", "FormGroup", or "FormArray" Updated Package.json files to use ".x" notation Tested using npm run demo Successful compile, run and functionality.