@tanstack/angular-virtual
Advanced tools
| import { untracked, computed, signal, effect, afterNextRender, AfterRenderPhase, inject, DestroyRef } from '@angular/core'; | ||
| import { Virtualizer, observeElementRect, observeElementOffset, elementScroll, observeWindowRect, observeWindowOffset, windowScroll } from '@tanstack/virtual-core'; | ||
| import { Virtualizer, elementScroll, observeElementOffset, observeElementRect, windowScroll, observeWindowOffset, observeWindowRect } from '@tanstack/virtual-core'; | ||
| export * from '@tanstack/virtual-core'; | ||
@@ -4,0 +4,0 @@ |
+8
-3
| { | ||
| "name": "@tanstack/angular-virtual", | ||
| "version": "3.13.2", | ||
| "version": "3.13.3", | ||
| "description": "Headless UI for virtualizing scrollable elements in Angular", | ||
@@ -44,3 +44,3 @@ "author": "Garrett Darnell", | ||
| "tslib": "^2.8.1", | ||
| "@tanstack/virtual-core": "3.13.2" | ||
| "@tanstack/virtual-core": "3.13.3" | ||
| }, | ||
@@ -56,3 +56,8 @@ "devDependencies": { | ||
| "sideEffects": false, | ||
| "scripts": {} | ||
| "scripts": { | ||
| "clean": "premove ./build", | ||
| "test:types": "tsc --noEmit", | ||
| "test:eslint": "eslint ./src", | ||
| "build": "ng-packagr -p ng-package.json -c tsconfig.build.json" | ||
| } | ||
| } |
58166
0.3%+ Added
- Removed