mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 11:03:53 +08:00
715 B
715 B
ng update
Overview
ng update
Updates the current application to latest versions.
Options
dry-run
--dry-run
(alias: -d
) default value: false
Run through without making any changes. Will list all files that would have been created when running ng update
.
next
--next
default value: false
Install the next version published as `@next` on npm, instead of the latest.