Vishnudev Krishnadas
Vishnudev Krishnadas
This still doesn't work in 2019. Any updates?
Thank you for taking time for writing the answer @sapphous . The whole reason that I chose adding a new library i.e. `angular2-notification` over `Angular Material Snackbar` was that it...
For people still having problems, the workaround was to uninstall the snap version of node and then follow instructions here https://github.com/nodesource/distributions/blob/master/README.md#installation-instructions-1 Then installing pm2 and using it works fine.
@somq Your solution doesn't work with Bootstrap 4. @webcat12345 Please look into this issue.
It might be against the fundamental design. @joyal670
Resolved all the errors, but I get a warning ``` Warning: Entry point 'ng2-tree' contains deep imports into 'project_folder/node_modules/rxjs/Observable', 'project_folder/node_modules/uuid/v4', 'project_folder/node_modules/rxjs/Subject', 'project_folder/node_modules/rxjs/add/operator/filter', 'project_folder/node_modules/rxjs/add/observable/of', 'project_folder/node_modules/rxjs/add/operator/merge'. This is probably not a problem...
Have the ng2FileDrop as label to an input fileupload which is hidden. @ypkkhatri ``` {{hasBaseDropZoneOver ? 'Drop it!' : 'Drag and Drop or click to add file!'}} ```
It should be a problem with your back-end. Could you check the upload endpoint using some testing software like Postman?
You will have to manually do it using Ngrx, ``` this.http.put('some_url').pipe(retry(2)).subscribe(() => {}); ```
@jelbourn Will we get any updates on this?