https://www.techiediaries.com/updating-angular-cli-projects/ を参考。
Version 7.x.x にあげる場合、以下を実行する。最新版にあげるなら、以下を実行する。
<pre>
$ ng update @angular/cli@7 @angular/core@7
</pre>
最新版にあげるなら、特定の Version 例えば 7.x.x にあげる場合、
<pre>
$ ng update @angular/cli @7 @angular/core@7
</pre>