Angular 5 Update to Angular 6

Angular Update Guide | 5.2 -> 6.0 for Basic Apps

  • Use HttpClient and HttpClientModule instead of Http and HttpModule
  • Make Sure you are using Node 8 or later.

npm install -g @angular/cli
npm install @angular/cli
ng update @angular/cli

ng update @angular/core
ng update @angular/material

  • ng update

npm install -g rxjs-tslint
rxjs-5-to-6-migrate -p src/tsconfig.app.json

Bir cevap yazın

E-posta hesabınız yayımlanmayacak. Gerekli alanlar * ile işaretlenmişlerdir

This site uses Akismet to reduce spam. Learn how your comment data is processed.