根据Hongbo-Miao的建议修正了一些问题
This commit is contained in:
parent
31500f1006
commit
221f00c8b7
|
@ -87,8 +87,8 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"glossary": {
|
"glossary": {
|
||||||
"title": "Glossary",
|
"title": "词汇表",
|
||||||
"intro": "Brief definitions of the most important words in the Angular 2 vocabulary",
|
"intro": "Angular 2重要词汇的简短定义。",
|
||||||
"basics": true
|
"basics": true
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -157,10 +157,5 @@
|
||||||
"webpack": {
|
"webpack": {
|
||||||
"title": "Webpack简介",
|
"title": "Webpack简介",
|
||||||
"intro": "使用基于Webpack的工具创建Angular 2应用"
|
"intro": "使用基于Webpack的工具创建Angular 2应用"
|
||||||
},
|
|
||||||
|
|
||||||
"glossary": {
|
|
||||||
"title": "词汇表",
|
|
||||||
"intro": "Angular 2重要词汇的简短定义。"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -336,7 +336,7 @@ table
|
||||||
p <code>Router</code>(路由器)
|
p <code>Router</code>(路由器)
|
||||||
|
|
||||||
td
|
td
|
||||||
p .
|
p.
|
||||||
Displays the application component for the active URL.
|
Displays the application component for the active URL.
|
||||||
Manages navigation from one component to the next.
|
Manages navigation from one component to the next.
|
||||||
|
|
||||||
|
|
|
@ -47,6 +47,7 @@
|
||||||
- bang88(来自 Github )
|
- bang88(来自 Github )
|
||||||
- gogobook(来自 Github )
|
- gogobook(来自 Github )
|
||||||
- pshadow(来自 Github )
|
- pshadow(来自 Github )
|
||||||
|
- Hongbo-Miao(来自 Github )
|
||||||
- 另外还有一些做好事不留名的活雷锋
|
- 另外还有一些做好事不留名的活雷锋
|
||||||
|
|
||||||
想让你的名字也出现在这里吗?请提供[反馈、纠错](https://github.com/angular/angular-cn/issues)。
|
想让你的名字也出现在这里吗?请提供[反馈、纠错](https://github.com/angular/angular-cn/issues)。
|
||||||
|
|
Loading…
Reference in New Issue