Dev Ops in 30 Days

Update to Angular 7


Angular 7.0.0 is just released. And I couldn't wait to just try it out. Updating Angular used to be a pain, but now it is fairly easy. Still I would like to share a great solution for this issue, it is not included in the release Angular guide.

See stackoverflow.


6+ -> 7

npm install -g rxjs-tslint
rxjs-5-to-6-migrate -p src/tsconfig.app.json 
ng update @angular/cli @angular/core 
If you saw "typescript is not found", then install typescript globally:
npm install -g typescript
That's all.

^^

Thank you.

Buy Me A Coffee

Regards,
Jun Wei
5:05p.m.

Comments