Compare commits
1 Commits
koenvander
...
rahil471/d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3d8de07cdc |
@@ -84,6 +84,11 @@ Please follow this guidelines when reporting bugs and feature requests:
|
|||||||
|
|
||||||
Thanks for understanding!
|
Thanks for understanding!
|
||||||
|
|
||||||
|
# Tutorial with backend implmentation
|
||||||
|
|
||||||
|
- [Complete example with backend implementation in Node.js](https://ciphertrick.com/file-upload-angular-nodejs/).
|
||||||
|
|
||||||
|
|
||||||
### License
|
### License
|
||||||
|
|
||||||
The MIT License (see the [LICENSE](https://github.com/valor-software/ng2-file-upload/blob/master/LICENSE) file for the full text)
|
The MIT License (see the [LICENSE](https://github.com/valor-software/ng2-file-upload/blob/master/LICENSE) file for the full text)
|
||||||
|
|||||||
@@ -100,7 +100,6 @@ export class FileType {
|
|||||||
'tiff': 'image',
|
'tiff': 'image',
|
||||||
'cr2': 'image',
|
'cr2': 'image',
|
||||||
'dwg': 'image',
|
'dwg': 'image',
|
||||||
'dwf': 'image',
|
|
||||||
'cdr': 'image',
|
'cdr': 'image',
|
||||||
'ai': 'image',
|
'ai': 'image',
|
||||||
'indd': 'image',
|
'indd': 'image',
|
||||||
|
|||||||
Reference in New Issue
Block a user