How to update AG GRID to the latest version
Apr 25, 2022 · 1 min read · Go to package.json and change your ag-grid to whatever version you want to upgrade to. I will be using the version 27.1.0 in my demo. Open angular.json and insert a new entry into the styles array. Run npm install or npm update. Delete your no...
AAdedotun commented