Examples (7)
Update all dependencies in the workspace
Update a specific package
ng update packageUpdate multiple packages
ng update package1 package2 ...Ignore peer dependency version mismatches
ng update package --forceAllow updating when the repository contains modified or untracked files
ng update package --allow-dirtyUpdate to prerelease versions, including beta and release candidates
ng update package --nextDisplay additional details about internal operations
ng update package --verbosemade by @shridhargupta | data from tldr-pages