ang-drag-drop
v1.0.1
Published
ang-loader is a lightweight plug-and-play library for uploading pdf/image files through drag/drop or browse.
Downloads
9
Maintainers
Readme
ang-drag-drop
ang-drag-drop is a lightweight plug-and-play library for uploading pdf/image files through drag/drop or browse.
Installation
npm install ang-drag-drop
Usage
Import AngDragDropModule
in your application module
import { AngDragDropModule } from 'ang-drag-drop';
@NgModule({
imports: [
AngDragDropModule
]
});
Add the ang-drag-drop
child component to your component
<ang-drag-drop></ang-drag-drop>
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
MIT License.