Git Product home page Git Product logo

Comments (5)

DethAriel avatar DethAriel commented on May 30, 2024 6

There are two ways of fixing that:

  1. Add RecaptchaModule to the imports section of your UserModule
  2. Add RecaptchaModule to the imports section of your SharedModule (given that you import SharedModule inside UserModule)

In both cases you should still leave the RecaptchaModule.forRoot() import in your AppModule.

Please, let me know if that resolves the issue that you see

from ng-recaptcha.

rajeshd50 avatar rajeshd50 commented on May 30, 2024

Hi,
I've imported the recaptcha module in userModule, after that its working fine. Thanks. The issue is resolved now.
But one thing, importing the module in root component allow its child components to use the module, Hierarchical injection. Is this the case ?
Thanks again for helping.

from ng-recaptcha.

DethAriel avatar DethAriel commented on May 30, 2024

I'm glad the issue is resolved. However, modules work a bit different from what you described. A module only knows about stuff that's specified in its "imports" section, no more, no less. Imports are propagated from bottom up, e.g. if module X imports module Y, which in turn imports module Z, then module X will know about both Y and Z (that's why SharedModule is so useful). On the other hand, if module A imports modules B and C (the way it was in your configuration), that doesn't mean that B will know about C.Hopefully this will clarify things a bit.

from ng-recaptcha.

rajeshd50 avatar rajeshd50 commented on May 30, 2024

Thank a lot. Got the point. Now everything is working great. :)

from ng-recaptcha.

nitishatambi avatar nitishatambi commented on May 30, 2024

I used this, but getting error in re-captcha tag in html page

image
please help

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.