You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(@angular/cli): correctly sort package versions in ascending order during ng add
When using the `ng add` command, the package version selection logic was not correctly sorting available versions in ascending order. This could lead to selecting an unintended version of the package.
Closes: angular#28985
0 commit comments