troyscott / getting-started-with-angular

Code for the second edition of the book "Switching to Angular 2", with title "Getting started with Angular".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

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

About

Code for the second edition of the book "Switching to Angular 2", with title "Getting started with Angular".

License:MIT License


Languages

Language:TypeScript 70.9%Language:HTML 23.9%Language:JavaScript 5.3%