/switching-to-angular

Code for the third edition of my book "Switching to Angular"

Primary LanguageTypeScriptMIT LicenseMIT

Introduction

This repository contains the code samples for my book "Switching to 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/switching-to-angular.git
cd switching-to-angular
npm install
npm start

Second edition

The code for the second edition could be found here.

License

MIT