UNPKG

ng-virtual-list

Version:

🚀 High-performance virtual scrolling for Angular apps. Render 100,000+ items in Angular without breaking a sweat. Smooth, customizable, and developer-friendly.

8 lines (7 loc) • 227 B
/** * Identifier type * @link https://github.com/DjonnyX/ng-virtual-list/blob/16.x/projects/ng-virtual-list/src/lib/types/id.ts * @author Evgenii Grebennikov * @email djonnyx@gmail.com */ export type Id = string | number;