(测试一章):修复错别字
This commit is contained in:
parent
232196e6b2
commit
5774909946
|
@ -1495,7 +1495,7 @@ a(href="#top").to-top 回到顶部
|
||||||
The `TestBed.createComponent` is a synchronous method.
|
The `TestBed.createComponent` is a synchronous method.
|
||||||
It assumes that everything it could need is already in memory.
|
It assumes that everything it could need is already in memory.
|
||||||
|
|
||||||
`TestBed.createComponent`时一种同步的方法。它假设所有它需要的资源已经全部在内存。
|
`TestBed.createComponent`是一种同步的方法。它假设所有它需要的资源已经全部在内存。
|
||||||
|
|
||||||
That has been true so far.
|
That has been true so far.
|
||||||
Each tested component's `@Component` metadata has a `template` property specifying an _inline templates_.
|
Each tested component's `@Component` metadata has a `template` property specifying an _inline templates_.
|
||||||
|
|
Loading…
Reference in New Issue