https://github.com/thaliaarchi/angular2-tutorials
Angular 2 tutorials from https://angular.io/
https://github.com/thaliaarchi/angular2-tutorials
Last synced: 2 months ago
JSON representation
Angular 2 tutorials from https://angular.io/
- Host: GitHub
- URL: https://github.com/thaliaarchi/angular2-tutorials
- Owner: thaliaarchi
- Created: 2016-05-22T04:42:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-20T01:28:45.000Z (almost 8 years ago)
- Last Synced: 2025-01-25T10:08:44.424Z (4 months ago)
- Language: CSS
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular 2 Tutorials `2.0.0-rc.1`
These mini apps were created the Angular 2 tutorials at [angular.io](https://angular.io/).
This repository exists merely for historical reasons and should not be used.
Angular has changed much since these were created and the tutorial source is now available for download at the Angular site.## Tutorials Included
These are the tutorials included in this repository. In addition to these, there are many more tutorials on the Angular site.
- [Quickstart](https://angular.io/guide/quickstart) -
[Download](https://angular.io/generated/zips/cli-quickstart/cli-quickstart.zip)- [Tour of Heroes](https://angular.io/tutorial)
- [Part 1](https://angular.io/tutorial/toh-pt1) -
[Demo](https://angular.io/generated/live-examples/toh-pt1/eplnkr.html),
[Download](https://angular.io/generated/zips/toh-pt1/toh-pt1.zip)
- [Part 2](https://angular.io/tutorial/toh-pt2) -
[Demo](https://angular.io/generated/live-examples/toh-pt2/eplnkr.html),
[Download](https://angular.io/generated/zips/toh-pt2/toh-pt2.zip)
- [Part 3](https://angular.io/tutorial/toh-pt3) -
[Demo](https://angular.io/generated/live-examples/toh-pt3/eplnkr.html),
[Download](https://angular.io/generated/zips/toh-pt3/toh-pt3.zip)
- [Part 4](https://angular.io/tutorial/toh-pt4) -
[Demo](https://angular.io/generated/live-examples/toh-pt4/eplnkr.html),
[Download](https://angular.io/generated/zips/toh-pt4/toh-pt4.zip)
- [Part 5](https://angular.io/tutorial/toh-pt5) -
[Demo](https://angular.io/generated/live-examples/toh-pt5/eplnkr.html),
[Download](https://angular.io/generated/zips/toh-pt5/toh-pt5.zip)
- [Part 6](https://angular.io/tutorial/toh-pt6) -
[Demo](https://angular.io/generated/live-examples/toh-pt6/eplnkr.html),
[Download](https://angular.io/generated/zips/toh-pt6/toh-pt6.zip)- [Displaying Data](https://angular.io/guide/displaying-data) -
[Demo](https://angular.io/generated/live-examples/displaying-data/eplnkr.html),
[Download](https://angular.io/generated/zips/displaying-data/displaying-data.zip)- [Dependency Injection](https://angular.io/guide/dependency-injection) -
[Demo](https://angular.io/generated/live-examples/dependency-injection/eplnkr.html),
[Download](https://angular.io/generated/zips/dependency-injection/dependency-injection.zip)- Forms
- [User Input](https://angular.io/guide/user-input) -
[Demo](https://angular.io/generated/live-examples/user-input/eplnkr.html),
[Download](https://angular.io/generated/zips/user-input/user-input.zip)
- [Template-driven Forms](https://angular.io/guide/forms) -
[Demo](https://angular.io/generated/live-examples/forms/eplnkr.html),
[Download](https://angular.io/generated/zips/forms/forms.zip)