Skip to content

Instantly share code, notes, and snippets.

@erikfig
Created April 20, 2017 00:55
Show Gist options
  • Save erikfig/5f2f2de9fad2954b6e4990b49bafeaf7 to your computer and use it in GitHub Desktop.
Save erikfig/5f2f2de9fad2954b6e4990b49bafeaf7 to your computer and use it in GitHub Desktop.
Atualizar Angular 2 para o 4
npm install @angular/{common,compiler,compiler-cli,core,forms,http,platform-browser,platform-browser-dynamic,platform-server,router,animations}@latest typescript@latest --save
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
@erikfig
Copy link
Author

erikfig commented Apr 20, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment