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