This repository contains the code samples for my book "Getting started with Angular".
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/getting-started-with-angular.git
cd getting-started-with-angular
npm install
npm start
The code for the first edition could be found here.
MIT