We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea38bf commit 8f8c94fCopy full SHA for 8f8c94f
README.md
@@ -27,6 +27,12 @@ yarn add --exact angular-file-upload
27
```
28
You could find this module in yarn like [_angular file upload_](https://yarnpkg.com/en/packages?q=angular-file-upload).
29
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
+
36
### Module Dependency
37
38
Add `'angularFileUpload'` to your module declaration:
0 commit comments