- Get link
- X
- Other Apps
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
If you saw "typescript is not found", then install typescript globally:npm install -g rxjs-tslintrxjs-5-to-6-migrate -p src/tsconfig.app.jsonng update @angular/cli @angular/core
npm install -g typescriptThat's all.
^^
Thank you.
Regards,
Jun Wei
5:05p.m.

Comments
Post a Comment