Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jayprajapati857 committed Apr 29, 2020
2 parents ed2b9a6 + 3aba474 commit 05bcafb
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# ng-file-uploader
---

Angular 9 File Uploader.
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.3.8.

## Installation
---

Add `ng-file-uploader` module as dependency to your project.

Expand All @@ -14,7 +12,6 @@ npm install ng-file-uploader --save
```

## Usage
---

1. Import `NgFileUploaderModule` into your AppModule or in module where you will use it.

Expand Down Expand Up @@ -137,7 +134,7 @@ export interface IUploadOutput {
```

## Example
---

**You can always run this working example by cloning this repository and build and run with command in terminal `npm start`.**

**Component code**
Expand Down Expand Up @@ -261,7 +258,6 @@ export class AppComponent {
```

## Running demo on local machine
---

```console
npm start
Expand All @@ -271,4 +267,4 @@ npm start

### LICENCE

[MIT](https://github.com/jayprajapati857/ng-file-uploader/blob/master/LICENSE)
[MIT](https://github.com/jayprajapati857/ng-file-uploader/blob/master/LICENSE)

0 comments on commit 05bcafb

Please sign in to comment.