This is the final version of the Angular workshop that was held at Angular Summit in 2015. All the solutions are in the solutions branch.
To get these changes
- Make sure that you have no uncommitted changes in your version. If so you can either
- Undo all the changes via a
git reset --hard
- If you prefer to keep your changes just make a commit via
git add .
followed bygit commit -m "my changes"
- Undo all the changes via a
- Do a
git fetch
followed by agit checkout solutions-1.4
If you know your way around Git then you can git-checkout
individual commits to see the changes in each. If you are not then go to the commits page and click on the "Browse Code" link next to each change to see what changed