mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: fix example for defer on hover on an alternative element (#57788)
PR Close #57788
This commit is contained in:
parent
fab6462517
commit
156f0d0c1b
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ Alternatively, you can specify a [template reference variable](/guide/templates/
|
|||
|
||||
```angular-html
|
||||
<div #greeting>Hello!</div>
|
||||
@defer (on interaction(greeting)) {
|
||||
@defer (on hover(greeting)) {
|
||||
<greetings-cmp />
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue