review: testin 3463

This commit is contained in:
Zhimin YE 2016-10-25 16:49:13 +01:00
parent 0957c70caf
commit 7893c42b53
1 changed files with 4 additions and 4 deletions

View File

@ -3378,7 +3378,7 @@ table
Replace metadata for the given directive class which could be nested deeply Replace metadata for the given directive class which could be nested deeply
within an inner module. within an inner module.
替换指定指令类的元数据,该指令可能嵌套在一个很深的内部模块中。 替换指定指令类的元数据,该指令可能嵌套在一个很深的内部模块中。
tr tr
td(style="vertical-align: top") <code>overridePipe</code> td(style="vertical-align: top") <code>overridePipe</code>
td td
@ -3386,7 +3386,7 @@ table
Replace metadata for the given pipe class which could be nested deeply Replace metadata for the given pipe class which could be nested deeply
within an inner module. within an inner module.
替换指定管道类的元数据,该管道可能嵌套在一个很深的内部模块中。 替换指定管道类的元数据,该管道可能嵌套在一个很深的内部模块中。
tr tr
td(style="vertical-align: top"). td(style="vertical-align: top").
<a id="testbed-get"></a> <a id="testbed-get"></a>
@ -3441,7 +3441,7 @@ table
`@angular/platform-<platform_name>/testing/<platform_name>`. `@angular/platform-<platform_name>/testing/<platform_name>`.
指定Angular编译器工厂`PlatformRef`和默认Angular测试模块。 指定Angular编译器工厂`PlatformRef`和默认Angular测试模块。
非浏览器平台的替代以`@angular/platform-<platform_name>/testing/<platform_name>`的形式提供。 以`@angular/platform-<platform_name>/testing/<platform_name>`的形式提供非浏览器平台的替代品
tr tr
td(style="vertical-align: top") <code>resetTestEnvironment</code> td(style="vertical-align: top") <code>resetTestEnvironment</code>
td td
@ -3460,7 +3460,7 @@ table
:marked :marked
## The _ComponentFixture_ ## The _ComponentFixture_
## _ComponentFixture_ ## _ComponentFixture_对象
The `TestBed.createComponent<T>` The `TestBed.createComponent<T>`
creates an instance of the component `T` creates an instance of the component `T`