0.0.2 • Published 5 years ago

pretty-upload v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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