Upgrade Angular version (now: 2.4.3 or 4.0.0-beta.3) following the best practice?
问题 Now that Angular is following a Semantic Versioning, and Angular2.4.3 were released, I'm a little confused here on what is the best practice when I upgrade to the next Angular version in existing project. I've a project with Angular-cli, with @angular/core: 2.2.0 . Here is my package.json : "dependencies": { "@angular/common": "~2.2.0", "@angular/compiler": "~2.2.0", "@angular/core": "~2.2.0", "@angular/forms": "~2.2.0", "@angular/http": "~2.2.0", "@angular/platform-browser": "~2.2.0", "