Overview
1. Update Version
In the terminal (from your project folder) run the following CLI command
ng update @angular/core@12 @angular/cli@12
NB: Angular now requires TypeScript 4.2. ng update will update you automatically.
After the Update
There aren't currently any changes needed after moving between these versions.