Angular Category Components & Directives

Angular Super Image Gallery

A feature-rich, touch-enabled image gallery component for Angular. Features separated angular components (modal, panel and image) keyboard shortcuts in modal window highly configurable full responsive 3 built-in themes 9 image transitions (CSS3 3D) wide and fit image display mode touch support Installation: npm install angular-super-gallery Preview:

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: