This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |