pretty-upload
v0.0.2
Published
Pretty Angular Uploader dragn and drop files.
Downloads
1
Maintainers
Readme
pretty-upload
Table of contents
About
Getting Started
Installing and Importing
Install the package by command:
npm install pretty-upload --save
Import the module
import { PrettyUploadModule } from "pretty-upload";
@NgModule({
imports: [
...
PrettyUploadModule
],
declarations: [...],
providers: [...]
})
export class AppModule {}
Using
Development
Prepare your environment
- Install Node.js and NPM
- Install local dev dependencies:
npm install
while current directory is this repo
Development server
Run npm start
or npm run demo
to start a development server on port 8000 with auto reload + tests.
Testing
Run npm test
to run tests once or npm run test:watch
to continually run tests.
License
MIT @ Rafael Milani Barbosa