|
|
|
|
|
by dagamerish
1450 days ago
|
|
I've been using Angular since 2019 in multiple projects, and I have to say that the update path (Angular v8 to current v14) has been buttery smooth. Angular CLI will handle almost every migration that is needed (checkout Automated Migration for Typed Forms https://angular.io/guide/typed-forms#automated-untyped-forms...). Angular has a release-cycle of 6 months (https://angular.io/guide/releases). Every 6 months a new version (semantic versioning) gets released, without too many breaking changes, and if there are breaking changes, most of the time, the update will apply the migration scripts and update your source code to use new apis (if there are changes there). I have to say that in my current company we always go with Angular because of the easy upgrade path and so little breaking changes. We're happy with Angular. |
|