Skip to content

Commit 8f8c94f

Browse files
authored
Added Nuget Package Install Instructions
1 parent 2ea38bf commit 8f8c94f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ yarn add --exact angular-file-upload
2727
```
2828
You could find this module in yarn like [_angular file upload_](https://yarnpkg.com/en/packages?q=angular-file-upload).
2929

30+
### Nuget
31+
```
32+
Install-Package AngularFileUpload
33+
```
34+
You could find this module in Nuget like [_angular file upload_](https://www.nuget.org/packages?q=AngularFileUpload).
35+
3036
### Module Dependency
3137

3238
Add `'angularFileUpload'` to your module declaration:

0 commit comments

Comments
 (0)