Ngx Sortablejs

screenshot of Ngx Sortablejs
angular
bootstrap

Angular 2+ binding to SortableJS. Previously known as angular-sortablejs

Overview

ngx-sortablejs is an Angular 2+ binding for Sortable.js, designed to support standard arrays and Angular FormArray. This package was previously known as angular-sortablejs and provides a demo project to showcase its functionality.

Features

  • Angular 2+ Binding: Specifically designed for Angular 2 and above.
  • Support for Arrays: Works seamlessly with standard arrays.
  • Angular FormArray Compatibility: Compatible with Angular FormArray structure.
  • Directive API: Includes directives for easy integration and customization.
  • Drag & Drop Functionality: Enables drag and drop functionality between containers.
  • Clone Mode Feature: Supports clone mode for elements during drag and drop operations.
  • Group Assignment: Allows easy drag and drop functionality between two lists by assigning the group option.
  • Global Settings: Provides the ability to set global settings for the entire application.

Summary

angular
Angular

Angular is a TypeScript-based open-source framework by Google for building dynamic single-page applications and cross-platform mobile apps with MVC architecture and a rich set of features.

bootstrap
Bootstrap

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.