Introduction

January 3, 2017 ยท View on GitHub

This repository contains the code samples for my book "Getting started with Angular".

How to start

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

First edition

The code for the first edition could be found here.

License

MIT