You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,13 @@ import { InfiniteListModule } from 'angular-infinite-list';
53
53
54
54
or directive usage
55
55
<div infinitelist [width]='"100%"'...</div>
56
-
```
56
+
```
57
+
58
+
### Upgrade Notice
59
+
> In order to be compatible with angularv15+, I upgraded the library.
60
+
61
+
#### Modify as follows
62
+
If [useob]='false' or not set. Then you need to use updateEvent to execute the update of the event. Refer to demo1 for details.
57
63
58
64
### Higher performance usage
59
65
> Because in the angular all the asynchronous operation will cause change detection.High-frequency operations such as the scroll event can cause significant performance losses.
0 commit comments