Skip to content

Angular Migration process

Stéphane Bouget edited this page Feb 21, 2025 · 4 revisions

Eg to update from 18 -> 19

npm install -g @angular/cli@19

ng update @angular/cli@19 @angular/core@19 --force

yarn add typescript@5.6 --save-dev

And follow the steps

cf https://medium.com/zestgeek/upgrading-angular-18-to-angular-19-a-step-by-step-guide-420867e551df

Clone this wiki locally