Valentin
Valentin
Hey oferh, I have the same issue as Asma. The focus event is not firing : I just put the event in the ng2-completer div : (focus)='onAreaFocus($event)' But the component's...
Yes, actually I test it yesterday and it works just fine! Thanks
+1 great idea! ;)
Actually it is already on npm : #248
> ```shell > rm -rf node_modules > npm install --arch=x64 --platform=linux --target=8.10.0 aws-sdk imagemin imagemin-gifsicle imagemin-jpegtran imagemin-optipng imagemin-zopfli > ``` This solution didn't work for me unfortunately, even if I...
+1 I tried the *ngIf="true" word around but it didn't work.
@clabough as you sugget I added *ngIf="true" in all tabset except the one which already have one ngIf with my condition but it didn't work.
You can add the password while initiating the PDFParser class like so: `const pdfParser = new PDFParser(null, undefined, password);` [https://github.com/modesty/pdf2json/blob/master/pdfparser.js#L98](url) I tested it in my project and it works great.
Indeed it works fine using the script in the template so thanks a lot for that. I just feel like it would be more simple and clean to have it...