Skip to content

Commit

Permalink
chore: remove unused and incomplete virtual scroll directive
Browse files Browse the repository at this point in the history
The Angular CDK includes a `*cdkVirtualFor` directive that can be used
for virtual scroll. We do not need to implement our own virtual scroll
directive.
  • Loading branch information
kevinbuhmann committed Aug 17, 2022
1 parent 34faa1a commit ef47c29
Show file tree
Hide file tree
Showing 17 changed files with 0 additions and 1,011 deletions.
22 changes: 0 additions & 22 deletions projects/angular/src/utils/virtual-scroll/all.spec.ts

This file was deleted.

243 changes: 0 additions & 243 deletions projects/angular/src/utils/virtual-scroll/dom-helpers.spec.ts

This file was deleted.

63 changes: 0 additions & 63 deletions projects/angular/src/utils/virtual-scroll/dom-helpers.ts

This file was deleted.

12 changes: 0 additions & 12 deletions projects/angular/src/utils/virtual-scroll/index.ts

This file was deleted.

18 changes: 0 additions & 18 deletions projects/angular/src/utils/virtual-scroll/non-ng-iterable.ts

This file was deleted.

0 comments on commit ef47c29

Please sign in to comment.