https://github.com/fukata/study-angular2
Study angular2
https://github.com/fukata/study-angular2
Last synced: 24 days ago
JSON representation
Study angular2
- Host: GitHub
- URL: https://github.com/fukata/study-angular2
- Owner: fukata
- Created: 2016-11-12T08:47:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-17T03:04:02.000Z (over 8 years ago)
- Last Synced: 2025-02-05T00:38:20.661Z (3 months ago)
- Language: TypeScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)