GithubHelp home page GithubHelp logo

Comments (8)

DethAriel avatar DethAriel commented on July 27, 2024

To start with, I don't see the ng2-recaptcha module referenced in your package.json, just the angular2-recaptcha (which is a different library). Could you please double-check that you're posting issues to the correct repo / using the right module?

from ng-recaptcha.

loqtor avatar loqtor commented on July 27, 2024

Hi,

Sorry about that. I moved to a different recaptcha implementation after this did not do it for me.
The rest of the setup is what I had when I tried yours.

Cheers!
Martín.

from ng-recaptcha.

DethAriel avatar DethAriel commented on July 27, 2024

Do you mind also posting your tsconfig.json contents? I cannot reproduce the issue you're seeing so far, maybe that will help

from ng-recaptcha.

loqtor avatar loqtor commented on July 27, 2024

Thanks for the quick reply, man.

Here's my tsconfig.json:

{
  "compileOnSave": false,
  "compilerOptions": {
    "target": "es5",
    "module": "commonjs",
    "moduleResolution": "node",
    "sourceMap": true,
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "removeComments": true,
    "noImplicitAny": false,
    "baseUrl": ".",
    "paths": {
      "*": [
        "app/components/*",
        "app/*"
      ]
    }
  },
  "exclude": [
    "node_modules",
    "dist",
    "typings/index.d.ts",
    "app/assets",
    "app/styles"
  ]
}

I hope that helps. :)

Cheers!
Martín.

from ng-recaptcha.

DethAriel avatar DethAriel commented on July 27, 2024

@loqtor sorry, but still no progress on that. Instead of me asking you to post a gazillion files here, here's what you can do. The gh-pages branch has the source code for demo site. The files you might be interested in are /examples/app/main-basic.ts and pretty much the rest of /examples/ directory :)
If you could also create a plunker that shows the issue, that would be awesome! You can use this as a starting point.

I'm sorry to hear that this didn't work for you.

from ng-recaptcha.

loqtor avatar loqtor commented on July 27, 2024

No worries, man.

It must be something on my side. I was more about letting you know that the instructions were a bit misleading, since it seemed a real shame given that you did a really good job on this module. :)

Once again, thanks for your help.

Cheers!
Martín.

from ng-recaptcha.

DethAriel avatar DethAriel commented on July 27, 2024

Thx, @loqtor !

I'm going to leave this one open for now - if anyone else encounters this issue, please submit a comment

from ng-recaptcha.

DethAriel avatar DethAriel commented on July 27, 2024

Closing this issue since no more complaints have been heard

from ng-recaptcha.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.