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.
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.