/* This works on standard Angular2 project & Angular2Meteor project */ npm install @angular/{common,compiler,compiler-cli,core,forms,http,platform-browser,platform-browser-dynamic,platform-server,router,animations}@latest typescript@latest --save
/* Consider installing this tool.
- npm-check-updates. It's the simplest way to upgrade all dependencies in your package.json. */
 
To install npm-check-updates: npm i -g npm-check-updates
To upgrade all dependencies: npm-check-updates -u
To install upgrading dependencies: npm install