Sortable Grid Component – ng-sortgrid
The ng-sortgrid component turns your lists into a grid where single or even multiple files can be sorted via drag & drop.
Latest Free Angular.js components, directives, and modules for drag and drop functionality.
The ng-sortgrid component turns your lists into a grid where single or even multiple files can be sorted via drag & drop.
A simple angular 2+ directive based on HTML 5 native drag drop API.
A set of Angular 2+ directives that allow you to build sortable lists with the native HTML5 drag & drop API.
A fast and lightweight drag&drop, sortable library for Angular with many configuration options covering many d&d scenarios.
ngx-sortable is an Angular 4 + component for sorting list supporting drag and drop sort.
An Angular 5+ drag’n’drop sortable component that supports server-side rendering.
Angular 4+ directives that allow you to build sortable lists with the native HTML5 drag & drop API. The directives can also be nested to bring drag & drop to your WYSIWYG editor, your tree, or whatever fancy structure you are building. Installation: # Yarn $ yarn add ngx-drag-and-drop-lists # NPM $ npm install ngx-drag-and-drop-lists –save Usage: Import the library into your Angular module. import { BrowserModule } from ‘@angular/platform-browser’; import { NgModule } from ‘@angular/core’; import { AppComponent } from ‘./app.component’; import { DndListModule } from ‘ngx-drag-and-drop-lists’; import { ContainerComponent } from ‘./components/container.component’; @NgModule({ declarations: ,
A Drag & Drop component for Angular 2 and beyond, without using HTML5 and with no external dependencies.
An HTML5 Drag & Drop for Angular applications that provides draggable & droppable directives.
Angular directive (for version >= 2.x ) that makes the DOM element draggable.
An angular component to help you to handle with a single or multiple images.
A set of Angular directives for declarative drag and drop using the HTML5 Drag-And-Drop API.