AmirGilboa
AmirGilboa
I know this is intended for bootstrap 3, but i'm looking at the css code, and i think it should be working fine in bootstrap 4. well, it doesn't. in...
- [x] I understand that GitHub issues are not for tech support, but for questions specific to this generator, bug reports, and feature requests. Item | Version ----- | -----...
i installed the component using bower. locally it works great. after minify/uglify and sending to server, it wont work, and i get the error: Unknown provider: vcRecaptchaServiceProvider
i followed the instructions, installed the module, imported on ngModule, got the site key, everything as usual (done it before on angular 5), but this time with angular 6.0.3, i...
in order to use ng2-file-upload to upload the cropped image to server, i need to get hold of the cropped image, and convert it to javascript File object. Any tip...