I am doing analysis around ng-update command in angular to run custom logic after ng-update.
I came across an ng-update object's property packageGroup
of which I did not find detailed explanation.
Explanation provided in angular docs -
A list of npm packages that are to be grouped together. When running the update schematic it will automatically include all packages as part of the packageGroup in the update (if the user also installed them).
Link to the docs - https://github.com/angular/angular-cli/blob/master/docs/specifications/update.md
Can anybody who have used it explain what it actually does?