Ruslan Arkhipau

Results 22 comments of Ruslan Arkhipau

Does anyone have a workaround for that? I also feel that replacing stuff with `require(...)` might interfere with `tslint` (and `tslint-loader`) setting of treating such constructs an error. But not...

@TheLarkInn I also think that given the fact that this project's primary consumers are Webpack users, you should really be recommending to install `@types/webpack-env`

hi @gvrs-orion, and thx for submitting this! unfortunately the recaptcha API does not have such a capability. Recaptcha element is displayed in a cross-origin frame, which complicates things a little...

Hello! For now this is not possible. But it is something that's been on my radar for some time. ~Now that someone else needs it, I'll consider bringing next release...

~Alright, so before this lands in the lib, here's [a plunker](https://plnkr.co/edit/dVJ13rXhECsZO5JV1RlQ?p=preview) that shows how you could leverage a custom `RecaptchaLoader` for this purpose~ See [below](https://github.com/DethAriel/ng-recaptcha/issues/25#issuecomment-334311155) as to why this has...

This is typescript warning you that such a property does not exist on type window. That's why the sources have [this file](https://github.com/DethAriel/ng-recaptcha/blob/master/recaptcha/window.extend.ts). What's the environment you're running this in? How...

what I cold suggest to you is copying the three-line file that I referenced and putting it near your custom provider file. This should fix the error

@csentis , btw there is an updated [plunker for dynamic language change](https://plnkr.co/edit/mdxhk7uzNqkXoOlHtFfp?p=preview). Unfortunately after careful consideration I've decided to not pursue this feature for now. That is because of the...

@CIAMoptimist29 was there a bulletin by any chance?

Hi @GlauberF ! Theoretically, all of these should be possible, but below I take a closer look at these options. I do hope that some of the thoughts I express...