How to update local Angular CLI version? in package.json file using ‘ncu’ utility
In this short tutorial, we will discuss a very common question on How to keep Angular’s local and global packages updated? When we create a new Angular project, it lists all its packages used in a separate file called package.json, giving details in JSON format about packages and their current version installed.
How to update local Angular CLI version? in package.json file using ‘ncu’ utility Read More »