Skip to content

Commit

Permalink
npm keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardcarbo committed May 10, 2019
1 parent faae8be commit 8fde8ce
Show file tree
Hide file tree
Showing 6 changed files with 846 additions and 1,202 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export interface IReactiveCollection<T> {

For each call to *requestLength()* the observable *length$* must emit the collection's length.

For each call to *requestItem()* the observable *requestItem$* must emit the collection's item at the 'index' position (zero based).
For each call to *requestItem()* the observable *requestItem$* must emit the collection's *item* at the *index* position (zero based).

For each call to *reset()* the collection must clean its internal state and the observable *reset$* must emit some boolean (its value is not used). The virtual repeat library will request the data again.

Expand All @@ -93,4 +93,4 @@ See <a href="https://gerardcarbo.github.io/virtual-repeat-angular/" target="_bla

# Acknowledgements

Derived from previous work of <a href="https://nya.io/uncategorized/make-a-list-view-in-angular/">Bob Yuan</a> but using a offsetter div instead of absolute item positioning. Revamped also to support asynch and reactive collections, and variable height rows.
Derived from previous work of <a href="https://nya.io/uncategorized/make-a-list-view-in-angular/">Bob Yuan</a> but using an offsetter div instead of absolute item positioning. Revamped also to support asynch and reactive collections, and variable height rows.
Loading

0 comments on commit 8fde8ce

Please sign in to comment.