I am getting an error: compiler.js:2427 Uncaught Error: Can't resolve all parameters for InputfileComponent: ([object Object], ?, [object Object], [object Object], [object Object]).
<form #ourForm="ngForm"> or via a simple button-like : <span class="btn btn-outline-success btn-s" *ngxInputFile="optionsInput">Upload local files</span> </form>
Hello William,
I am getting an error: compiler.js:2427 Uncaught Error: Can't resolve all parameters for InputfileComponent: ([object Object], ?, [object Object], [object Object], [object Object]).
angular verison: "~7.1.0", ngx-upload version:
^8.0.0-beta.0
app.module.ts
app.component.html
<form #ourForm="ngForm"> or via a simple button-like : <span class="btn btn-outline-success btn-s" *ngxInputFile="optionsInput">Upload local files</span> </form>
app.component.ts