Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mgechev/switching-to-angular2


https://github.com/mgechev/switching-to-angular2

angular typescript

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

# Introduction

This repository contains the code samples for my book "[Switching to Angular 2](https://www.packtpub.com/web-development/switching-angular-2)".

[![](https://raw.githubusercontent.com/mgechev/switching-to-angular2/master/img/book-ed1.jpg)](https://www.packtpub.com/web-development/switching-angular-2)

## Versions

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

You can find each individual version of the code in the following branches:

- [Beta version](https://github.com/mgechev/switching-to-angular2/tree/beta).
- [RC.4](https://github.com/mgechev/switching-to-angular2/tree/rc.4).
- [Second edition, aligned with Angular final](https://github.com/mgechev/switching-to-angular2/tree/final).
- [Third edition](https://github.com/mgechev/switching-to-angular).

# How to start

**Note** that this seed project requires node v4.x.x or higher and npm 2.14.7.

```bash
git clone --depth 1 https://github.com/mgechev/switching-to-angular2.git
cd switching-to-angular2
npm install
npm start
```