2 Star 1 Fork 2

typescript / ng-book2-code

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.json 1.80 KB
一键复制 编辑 原始数据 按行查看 历史
雪狼 提交于 2017-04-17 21:54 . initial commit
{
"name": "ng-book 2 code directory",
"description": "This file is an index of the sample code",
"chapters": [
{
"name": "Writing your First Angular 2 Web Application",
"examples": [
"first_app/angular2_hello_world",
"first_app/angular2_reddit"
]
},
{
"name": "TypeScript",
"examples": []
},
{
"name": "How Angular Works",
"examples": ["how_angular_works/inventory_app"]
},
{
"name": "Built-in Directives",
"examples": ["built_in_directives"]
},
{
"name": "Forms in Angular 2",
"examples": ["forms"]
},
{
"name": "Data Architecture in Angular 2",
"examples": []
},
{
"name": "Data Architecture with Observables - Part 1: Services",
"examples": ["rxjs/chat"]
},
{
"name": "Data Architecture with Observables - Part 2: View Components",
"examples": []
},
{
"name": "Data Architecture with Redux",
"examples": ["redux/angular2-redux-chat"]
},
{
"name": "HTTP",
"examples": ["http"]
},
{
"name": "Routing",
"examples": [
"routes/basic",
"routes/music",
"routes/auth",
"routes/nested"
]
},
{
"name": "Converting an Angular 1 App to Angular 2",
"examples": [
"conversion/hybrid"
]
},
{
"name": "Testing",
"examples": []
},
{
"name": "Advanced Components",
"examples": [
"advanced_components"
]
},
{
"name": "Dependency Injection",
"examples": [
"dependency_injection/simple",
"dependency_injection/complex",
"dependency_injection/injector",
"dependency_injection/misc",
"dependency_injection/value"
]
}
]
}
TypeScript
1
https://gitee.com/typescript/ng-book2-code.git
git@gitee.com:typescript/ng-book2-code.git
typescript
ng-book2-code
ng-book2-code
master

搜索帮助