Reputation: 539
Having an application which runs on angular5.6 version , but some reason want to upgrade to 6x version . Is there a migration script ? or something can help without code / reference changes .. Thanks in advance !
Created a sample app , its showing below reference is missing
import { HttpClientModule } from '@angular/common/http';
Upvotes: 0
Views: 547
Reputation: 370
Check https://update.angular.io
You can select from which and to which version you want to upgrade and they'll provide the commands you'll need to execute.
Upvotes: 1