Angular ng update to specific version
If you want to update to a specific version that is not the latest version, the example below accomplishes that request:
ng update @angular/[email protected] @angular/[email protected] [email protected] [email protected] –force –all
(those are double dashes before force and all)