leewinder / ng2-file-drop

An Angular module for simple desktop file drag and drop with automatic file validation and dynamic style adjustment.
MIT License
28 stars 26 forks source link

Support Angular 2.x #10

Closed pdtyreus closed 7 years ago

pdtyreus commented 7 years ago

0.2.0 pins itself to Angular 2.0.0, which causes problems for projects that use later versions of Angular. This change loosens the dependency to "@angular/*": "^2.0.0", which will support any 2.x version. Tested against Angular 2.4.6.

See #8