I am trying to upgrade our angular application from 9 to 12 but i understnad we have to do it one release at a time so i am still stuck in step 1 from 9 to 10 I run ng update
@angular/core@10 @angular/cli@10 --allow-dirty -- force and then ng update @angular/material@10 --allow-dirty --force
and then when i compile i get lots of errors in other packages but so i do ng update for those packages too but this method doesn't seem to work well, i have been doing this for 3 days and every time i hit a dead end and start over, is there any statigy for easy fool proof way to upgrade
TIA