Angular Loading Components & Directives

Latest Free Angular.js components, directives, and modules for handling loading and progress status.

Angular 2+ Lazy For Directive

lazyFor is an Angular 2+ directive that can be used in place of ngFor. The main difference is that lazyFor will only render items when they are visible in the parent element. So as a user scrolls, items that are no longer visible will be removed from the DOM and new items will be rendered to the DOM. Installation: npm install –save angular-lazy-for Preview: