https://github.com/mgechev/switching-to-angular2
https://github.com/mgechev/switching-to-angular2
angular typescript
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mgechev/switching-to-angular2
- Owner: mgechev
- License: mit
- Created: 2015-09-21T09:33:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-04-16T09:14:11.000Z (almost 7 years ago)
- Last Synced: 2025-04-06T18:00:04.723Z (12 months ago)
- Topics: angular, typescript
- Language: TypeScript
- Homepage: https://www.packtpub.com/web-development/switching-angular-2
- Size: 407 KB
- Stars: 283
- Watchers: 45
- Forks: 130
- 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://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
```