From 089e3de0123362e6d9ce1242eb2f13119ab03b38 Mon Sep 17 00:00:00 2001 From: Obaid ur Rehman Date: Fri, 19 Oct 2018 18:13:05 +0500 Subject: [PATCH] Final commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 258956c..caa78ea 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Angular Drag & Drop ## :warning: Discontinuation Notice -Almost 2 years ago I created this component to support HTML native drag drop in Angular. At that time there were a handful of libraries & did not had the features I wanted. Today, with the release of Angular 7 & the CDK's drag drop component is way better alternative for this component. +Almost 2 years ago I created this component to support HTML native drag drop in Angular. At that time there were a handful of libraries & they did not had the features I wanted. Today, with the release of Angular 7 & the CDK's drag drop component we finally have a much better alternative for this component. Please use [Angular CDK's drag drop](https://material.angular.io/cdk/drag-drop/overview).