Angular ng upgrade
ng upgrade
Pretty painless from 7.2 following the docs.
Some circular dependencies prevented upgrade, the answer is to append --force
to the ng update @angular/cli @angular/core
command.
ng upgrade
Pretty painless from 7.2 following the docs.
Some circular dependencies prevented upgrade, the answer is to append --force
to the ng update @angular/cli @angular/core
command.