https://github.com/webmaxru/angular2-guide-devoxx
Demo app for Devoxx Poland "Getting started with Angular2" talk 23.06.2016 http://cfp.devoxx.pl/2016/talk/LTE-2813/Getting_started_with_Angular2
https://github.com/webmaxru/angular2-guide-devoxx
Last synced: about 1 month ago
JSON representation
Demo app for Devoxx Poland "Getting started with Angular2" talk 23.06.2016 http://cfp.devoxx.pl/2016/talk/LTE-2813/Getting_started_with_Angular2
- Host: GitHub
- URL: https://github.com/webmaxru/angular2-guide-devoxx
- Owner: webmaxru
- Created: 2016-06-21T13:03:27.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-23T10:36:37.000Z (about 10 years ago)
- Last Synced: 2025-10-10T13:33:02.492Z (9 months ago)
- Language: TypeScript
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo app showing Angular 2 key concepts:
1. Components
1. Template syntax
1. Dependency injection
1. Data and events flow
1. Routing
1. Forms
1. HTTP
## How to start it
1. `npm install`
1. `npm start`