Skip to content

Instantly share code, notes, and snippets.

@ronscoder
ronscoder / try-angular-upgrade.sh
Created March 21, 2017 22:31 — forked from StephenFluin/try-angular-upgrade.sh
Give the 2.4.x to 4.0.0-rc upgrade a try!
ng new my-project
cd my-project
# We have a working v2.4.x project now!
ng build -prod
# Let's save a working copy of the 2.4.x project
mv dist dist-2.4.x
# Now let's update to the latest version of Angular