1.

How to update angular 6 to 7?

Answer»

Steps to update Angular 6 to Angular 7 are

  • Remove deprecated FEATURES and components of RxJS 6 with the help of auto-update RULES from rxjs-tslint.
  • Install the tool by using command npm install –g rxjs-tslin
  • From the root of your project RUN rxjs-5-to 6-migrate –p scr/tsconfig.app.json
  • remove rxjs-compat LIBRARY from rxjs-5-to 6-migrate –p scr/tsconfig.app.json
  • Run command ng update @angular/[email protected]/core

Your Angular version gets updated to V7



Discussion

No Comment Found