Skip to content

liguohua-bigdata/switching-to-angular2

 
 

Repository files navigation

Introduction

This repository contains the code samples for my book "Switching to Angular 2".

Versions

In the process of writing the content for this book, Angular went from Alpha, to Beta and eached RC!

The book was released when Angular 2 was still in Beta version. You can find the code for the initial version of the book here.

The master branch contains the changes from the latest RC.3. Note that the master branch uses the deprecated forms and router modules. Although the final APIs will be slightly different, I strongly recommend you to go through Chapters 6 and 7 in order to get the foundational idea of the underlaying concepts for these two fundamental modules.

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-angular2.git
cd switching-to-angular2
npm install
npm start

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 65.9%
  • HTML 24.8%
  • JavaScript 9.3%