ng update @my/lib@version – Which migration schematics will be executed?
The command ng update @my/lib@version downloads the specified version of the library and launches all schematics listed in its migrations.json that have an appropriate property of “version” within the semver range from >installedVersion to <=targetVersion. Example For instance, consider the...