Skip to content

Commit fc32b29

Browse files
thePunderWomandylhunn
authored andcommitted
docs: Adjust defer api summary for prefetch clarity (angular#52379)
This updates language to clarify exactly how prefetch works in a defer block configuration. PR Close angular#52379
1 parent 16bf04b commit fc32b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aio/content/blocks/core/defer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Triggers provide conditions for when defer loading occurs. Some allow a template
4747

4848
<h2>Prefetch</h2>
4949

50-
Triggers prefetching of the defer block used in the `@defer` parameters. Separate multiple prefetch triggers with a semicolon.
50+
Configures prefetching of the defer block used in the `@defer` parameters, but does not affect rendering. Rendering is handled by the standard `on` and `when` conditions. Separate multiple prefetch configurations with a semicolon.
5151

5252
```html
5353
@defer (prefetch on <trigger>; prefetch when <condition>) {

0 commit comments

Comments
 (0)