My company asks us to update the angular version 5.2 to angular 12.*. I am following the angular upgrade guide process. There are lot of package we are using in our application.
Q1. Other than naming angular-cli.json to angular.json is enough or do I need to do any changes inside JSON file.
Q2. We are using lot of dependency packages, How to get to know which version will be suitable for Angular 12.
List of Packages:
- bootstrap
- chart.js
- concurrently
- copy-webpack-plugin
- core-js
- font-awesome
- fullcalendar
- jquery
- json-server
- moment
- node-sass
- primeng
- quill
- rxjs
- zone.js
- ssri
there are lot of others are there, could you let me know where can i find compatible version of these dependencies for angular 12.