File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 22
33## Overview
44
5- An Angular 11 module for simple desktop file and folder drag and drop. This library does not need rxjs-compat.
5+ An Angular module for simple desktop file and folder drag and drop. This library does not need rxjs-compat.
66
77For previous Angular support please use older versions.
88
Original file line number Diff line number Diff line change 11{
22 "$schema" : " ../node_modules/ng-packagr/package.schema.json" ,
33 "name" : " ngx-file-drop" ,
4- "version" : " 11.3 .0" ,
4+ "version" : " 12.0 .0" ,
55 "description" : " Angular ngx-file-drop - Simple desktop file and folder drag and drop" ,
66 "author" : " Georgi Peltekov" ,
77 "license" : " MIT" ,
2929 " angular 10" ,
3030 " angular11" ,
3131 " angular 11" ,
32+ " angular12" ,
33+ " angular 12" ,
3234 " file drop" ,
3335 " folder drop" ,
3436 " file upload" ,
3739 " drag and drop"
3840 ],
3941 "peerDependencies" : {
40- "@angular/common" : " >=9 .0.0" ,
41- "@angular/core" : " >=9 .0.0"
42+ "@angular/common" : " >=12 .0.0" ,
43+ "@angular/core" : " >=12 .0.0"
4244 },
4345 "ngPackage" : {
4446 "lib" : {
You can’t perform that action at this time.
0 commit comments