Upgrade Angular version (now: 2.4.3 or 4.0.0-beta.3) following the best practice?

后端 未结 3 1575
鱼传尺愫
鱼传尺愫 2021-02-05 22:48

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

3条回答
  •  隐瞒了意图╮
    2021-02-05 23:38

    For Windows You can use the below command

    npm install @angular/common@latest @angular/compiler@latest @angular/compiler-cli@latest @angular/core@latest @angular/forms@latest @angular/http@latest @angular/platform-browser@latest @angular/platform-browser-dynamic@latest @angular/platform-server@latest @angular/router@latest @angular/animations@latest typescript@latest --save
    

提交回复
热议问题