- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
Angular Virtual Scroll Explained in 3 Minutes
Angular Virtual Scrolling explained with a practical Angular CDK example.
In this video, you’ll learn why large Angular lists become slow, how virtual scrolling keeps the DOM small, and how to use `cdk-virtual-scroll-viewport` with `*cdkVirtualFor`.
We cover:
- Why normal lists with thousands of rows hurt performance
- Installing `@angular/cdk`
- Importing `ScrollingModule`
- Building a virtual scroll viewport
- Setting `itemSize` correctly
- Using `trackBy` for stable identity
- Lazy loading more data near the end of the list
- Common virtual scroll mistakes to avoid
Virtual scrolling is useful when your app needs to display large datasets such as user lists, logs, tables, search results, dashboards, admin panels, or infinite feeds. Instead of rendering every item at once, Angular CDK renders only the rows near the viewport while preserving the full scroll height.
Example topics in the video:
`@for`, `*cdkVirtualFor`, `cdk-virtual-scroll-viewport`, `itemSize`, `trackBy`, `ScrollingModule`, lazy loading, DOM performance, Angular CDK.
If you build Angular apps with large lists, this is one of the simplest performance wins you can add.
#Angular #AngularCDK #VirtualScroll #WebDevelopment #Frontend #typescript #coding
Видео Angular Virtual Scroll Explained in 3 Minutes канала Frontend House
In this video, you’ll learn why large Angular lists become slow, how virtual scrolling keeps the DOM small, and how to use `cdk-virtual-scroll-viewport` with `*cdkVirtualFor`.
We cover:
- Why normal lists with thousands of rows hurt performance
- Installing `@angular/cdk`
- Importing `ScrollingModule`
- Building a virtual scroll viewport
- Setting `itemSize` correctly
- Using `trackBy` for stable identity
- Lazy loading more data near the end of the list
- Common virtual scroll mistakes to avoid
Virtual scrolling is useful when your app needs to display large datasets such as user lists, logs, tables, search results, dashboards, admin panels, or infinite feeds. Instead of rendering every item at once, Angular CDK renders only the rows near the viewport while preserving the full scroll height.
Example topics in the video:
`@for`, `*cdkVirtualFor`, `cdk-virtual-scroll-viewport`, `itemSize`, `trackBy`, `ScrollingModule`, lazy loading, DOM performance, Angular CDK.
If you build Angular apps with large lists, this is one of the simplest performance wins you can add.
#Angular #AngularCDK #VirtualScroll #WebDevelopment #Frontend #typescript #coding
Видео Angular Virtual Scroll Explained in 3 Minutes канала Frontend House
Комментарии отсутствуют
Информация о видео
8 мая 2026 г. 4:30:02
00:03:26
Другие видео канала

