Skip to content

Instantly share code, notes, and snippets.

View bacarybruno's full-sized avatar
💭
Think Simple

Bacary Bruno Bodian bacarybruno

💭
Think Simple
View GitHub Profile
@bacarybruno
bacarybruno / cloudSettings
Created March 11, 2019 10:41
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-07-10T17:38:51.815Z","extensionVersion":"v2.9.2"}
echo "Updating Angular CLI globally."
npm install -g @angular/cli
echo "Updating Angular CLI locally."
npm install @angular/cli
echo "Migrating the configuration to the new angular.json."
ng update @angular/cli
echo "Updating all packages to v6"
ng update @angular/core
echo "Using ng update to identify and update other dependencies."
ng update --all --force