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