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

https://github.com/fukata/study-angular2

Study angular2
https://github.com/fukata/study-angular2

Last synced: 24 days ago
JSON representation

Study angular2

Awesome Lists containing this project

README

        

# study-angular2
----

# これは?

- angular2を使った練習用のtodoアプリ。

# メモ

- Angular2自体に環境設定がある
- `core.umd.js:78 Angular 2 is running in the development mode. Call enableProdMode() to enable the production mode.`
- [Services - ts - TUTORIAL](https://angular.io/docs/ts/latest/tutorial/toh-pt4.html)
- [Routing & Navigation - ts - GUIDE](https://angular.io/docs/ts/latest/guide/router.html)
- [HTTP - ts - TUTORIAL](https://angular.io/docs/ts/latest/tutorial/toh-pt6.html)
- 型定義ファイル: [DefinitelyTyped/DefinitelyTyped: The repository for high quality TypeScript type definitions.](https://github.com/DefinitelyTyped/DefinitelyTyped)