This repository contains the code samples for my book "Switching to Angular 2".
In the process of writing the content for this book, Angular went from Alpha, to Beta, RC and reached Final!
You can find each individual version of the code in the following branches:
Note that this seed project requires node v4.x.x or higher and npm 2.14.7.
git clone --depth 1 https://github.com/mgechev/switching-to-angular2.git
cd switching-to-angular2
npm install
npm start