PR Close #25418
This commit is contained in:
parent
2d759927d4
commit
209cc7e1b0
|
@ -1263,7 +1263,7 @@ But it is occasionally necessary.
|
||||||
For example, you can't call `async` or `fakeAsync` when testing
|
For example, you can't call `async` or `fakeAsync` when testing
|
||||||
code that involves the `intervalTimer()` or the RxJS `delay()` operator.
|
code that involves the `intervalTimer()` or the RxJS `delay()` operator.
|
||||||
|
|
||||||
Here are two mover versions of the previous test, written with `done()`.
|
Here are two more versions of the previous test, written with `done()`.
|
||||||
The first one subscribes to the `Observable` exposed to the template by the component's `quote` property.
|
The first one subscribes to the `Observable` exposed to the template by the component's `quote` property.
|
||||||
|
|
||||||
<code-example
|
<code-example
|
||||||
|
|
Loading…
Reference in New Issue