mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: fix typo in testing component with dependencies (#36219)
Fixes #36210 PR Close #36219
This commit is contained in:
parent
ae28d7c0b2
commit
55dac05cf2
1 changed files with 1 additions and 1 deletions
|
|
@ -1288,7 +1288,7 @@ In this example, we have a new macro task (nested setTimeout), by default, when
|
|||
region="fake-async-test-tick-new-macro-task-async">
|
||||
</code-example>
|
||||
|
||||
And in some case, we don't want to trigger the new maco task when ticking, we can use `tick(milliseconds, {processNewMacroTasksSynchronously: false})` to not invoke new maco task.
|
||||
And in some case, we don't want to trigger the new macro task when ticking, we can use `tick(milliseconds, {processNewMacroTasksSynchronously: false})` to not invoke new maco task.
|
||||
|
||||
#### Comparing dates inside fakeAsync()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue