Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/angular/src/content/en/components/for-of.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,16 @@ llms:
description: "The Ignite UI for Angular igxForOf directive is an alternative to ngForOf for templating large amounts of data."
---

import DocsAside from 'igniteui-astro-components/components/mdx/DocsAside.astro';
import Sample from 'igniteui-astro-components/components/mdx/Sample.astro';
import ApiLink from 'igniteui-astro-components/components/mdx/ApiLink.astro';

# Angular Virtual ForOf Directive Overview

<DocsAside type="info" title="Virtual Scroll component">
For new lists that virtualize a single axis, consider the [Virtual Scroll](./layouts/virtual-scroll.mdx) component: it measures items at runtime, so items can have different sizes, and it creates its own scroll container. See [How do I replace an igxForOf list with the Virtual Scroll?](./layouts/virtual-scroll.mdx#how-do-i-replace-an-igxforof-list-with-the-virtual-scroll) for the mapping between the two APIs.
</DocsAside>

<div class="highlight">
The Ignite UI for Angular igxForOf directive is an alternative to ngForOf for templating large amounts of data. It uses virtualization behind the scenes to optimize DOM rendering and memory consumption.
</div>
Expand Down
5 changes: 5 additions & 0 deletions docs/angular/src/content/en/components/toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2071,6 +2071,11 @@
"name": "Virtual For Directive",
"href": "for-of.mdx"
},
{
"name": "Virtual Scroll",
"href": "layouts/virtual-scroll.mdx",
"new": true
},
{
"name": "Chip",
"href": "chip.mdx",
Expand Down
Loading
Loading