语言微调

This commit is contained in:
Zhicheng Wang 2016-07-18 14:30:01 +08:00
parent 0d1041c461
commit 7c2da09b21
1 changed files with 3 additions and 3 deletions

View File

@ -654,7 +654,7 @@ figure.image-display
Learn why "HTML 5" style is preferred, how to adjust its behavior, and how to switch to the Learn why "HTML 5" style is preferred, how to adjust its behavior, and how to switch to the
older hash (#) style if necessary in the [Browser URL Styles](#browser-url-styles) appendix below. older hash (#) style if necessary in the [Browser URL Styles](#browser-url-styles) appendix below.
HTML 5风格的导航是组件路由器的默认值。请到下面的附[浏览器URL风格](#browser-url-styles)中学习为什么首选“HTML 5”风格、如何调整它的行为以及如何在必要时切换回老式的hash#)风格。 HTML 5风格的导航是组件路由器的默认值。请到下面的附[浏览器URL风格](#browser-url-styles)中学习为什么首选“HTML 5”风格、如何调整它的行为以及如何在必要时切换回老式的hash#)风格。
:marked :marked
.l-sub-section .l-sub-section
@ -2784,7 +2784,7 @@ code-example(format="." language="bash").
The balance of this chapter is a set of appendices that The balance of this chapter is a set of appendices that
elaborate some of the points we covered quickly above. elaborate some of the points we covered quickly above.
本章剩下的部分是一组附件,它详尽阐述了我们以前匆匆带过的一些知识点。 本章剩下的部分是一组附录,它详尽阐述了我们曾匆匆带过的一些知识点。
The appendix material isn't essential. Continued reading is for the curious. The appendix material isn't essential. Continued reading is for the curious.
@ -2908,7 +2908,7 @@ code-example(format="." language="bash").
:marked :marked
## Appendix: Why use an *ngOnInit* method ## Appendix: Why use an *ngOnInit* method
## 附件,为什么要使用*ngOnInit*方法 ## 附录:为什么要使用*ngOnInit*方法
We implemented an `ngOnInit` method in many of our Component classes. We implemented an `ngOnInit` method in many of our Component classes.
We did so, for example, in the [HeroDetailComponent](#hero-detail-ctor). We did so, for example, in the [HeroDetailComponent](#hero-detail-ctor).