Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mgechev/switching-to-angular2
https://github.com/mgechev/switching-to-angular2
angular typescript
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mgechev/switching-to-angular2
- Owner: mgechev
- License: mit
- Created: 2015-09-21T09:33:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-16T09:14:11.000Z (over 5 years ago)
- Last Synced: 2024-10-22T20:37:22.533Z (21 days ago)
- Topics: angular, typescript
- Language: TypeScript
- Homepage: https://www.packtpub.com/web-development/switching-angular-2
- Size: 407 KB
- Stars: 285
- Watchers: 46
- Forks: 132
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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
```