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